View Single Post
Posts: 35 | Thanked: 17 times | Joined on Jan 2008
#5
Here is another with both Google and Wikipedia:

Code:
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
<html> <head>
<title>Speeddial</title>
</head>

<body>
<h1></h1>



<table align="center">
<tr>
  <td colspan="1" align="left">
<form method="get" action="http://www.google.com/search">
    <input type="text"   name="q" size="20"
 maxlength="255" value="" />
<input type="submit" value="Google" />
 </form>
    </td>

  <td colspan="1" align="left">
    <form action="http://www.wikipedia.org/search-redirect.php" method="get">
<input type="hidden" name="language" value="en" />
    <input type="text" name="search" size="20 " />
<input type="submit" name="go" value=" Wikipedia" />
</form>
  </td>
  </tr>
  <tr>
    <td><input type="button" value="Go to Google"
onClick="window.location='http://www.google.com/'" style="width:
180; height: 100"></td>
<td><input type="button" value="Eksisozluk"
onClick="window.location='http:/sozluk.sourtimes.org/'" style="width:
180; height: 100"></td>
<td><input type="button" value="BBC"
onClick="window.location='http://news.bbc.co.uk/'" style="width:
180; height: 100"></td>
    </tr>
 <tr>
    <td><input type="button" value="Facebook"
onClick="window.location='http://www.facebook.com/'" style="width:
180; height: 100"></td>
<td><input type="button" value="GMail"
onClick="window.location='http://www.gmail.com/'" style="width:
180; height: 100"></td>
<td><input type="button" value="NTV"
onClick="window.location='http://www.ntvmsnbc.com/'" style="width:
180; height: 100"></td>
    </tr>
     <tr>
    <td><input type="button" value="Go to Google"
onClick="window.location='http://www.google.com/'" style="width:
180; height: 100"></td>
<td><input type="button" value="Go to Google"
onClick="window.location='http://www.google.com/'" style="width:
180; height: 100"></td>
<td><input type="button" value="Go to Google"
onClick="window.location='http://www.google.com/'" style="width:
180; height: 100"></td>
    </tr>
    </table>
    
</body> </html>