Jump to content

[SOLVED] iframe start page


didgydont

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.