didgydont Posted October 9, 2008 Share Posted October 9, 2008 hi all im working on a home page formyself with bookmarks on the side is it possible to make it so when it starts it stars with google instead of blank ? <html> <head> <title>test</title> <link rel="stylesheet" type="text/css" href="site.css" /> </head> <body> <table border="0" width="100%" height="100%" cellspacing="0"> <tr><td colspan="3"><center><h1>kinglas page</h1></center></td></tr> <tr height="100%"> <td width="10%"><a href="http://www.google.com.au" target="test">google</a></br> <a href="http://www.speedtest.net" target="test">speed test</a></td> <td width="80%"><iframe name="test" width="100%" height="100%" ></iframe></td> <td width="10%"> <b>Torrents</b></br> <a href="http://www.mininova.org" target="test">Mininova</a></br> <a href="http://www.thepiratebay.org" target="test">The Pirate Bay</a></br> </td> </tr> </table> </form> </body> </html> Link to comment https://forums.phpfreaks.com/topic/127671-solved-iframe-start-page/ Share on other sites More sharing options...
Wahooka Posted October 9, 2008 Share Posted October 9, 2008 hey, i dont understand your problem ? Link to comment https://forums.phpfreaks.com/topic/127671-solved-iframe-start-page/#findComment-660747 Share on other sites More sharing options...
didgydont Posted October 9, 2008 Author Share Posted October 9, 2008 the iframe starts blank i want it to start with google and change as i click on links Link to comment https://forums.phpfreaks.com/topic/127671-solved-iframe-start-page/#findComment-660751 Share on other sites More sharing options...
F1Fan Posted October 9, 2008 Share Posted October 9, 2008 <iframe name="test" width="100%" height="100%" src="http://www.google.com.au" ></iframe> Link to comment https://forums.phpfreaks.com/topic/127671-solved-iframe-start-page/#findComment-660880 Share on other sites More sharing options...
didgydont Posted October 10, 2008 Author Share Posted October 10, 2008 feel stupid i had tried that with no luck i typed scr instead of src thank you very much Link to comment https://forums.phpfreaks.com/topic/127671-solved-iframe-start-page/#findComment-661514 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.