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> Quote Link to comment Share on other sites More sharing options...
Wahooka Posted October 9, 2008 Share Posted October 9, 2008 hey, i dont understand your problem ? Quote Link to comment 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 Quote Link to comment 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> Quote Link to comment 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 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.