Advertisement
10leej

speed dial example

Jul 27th, 2014
227
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 2.64 KB | None | 0 0
  1. <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
  2. <html> <head>
  3. <title>Speed Dial</title>
  4. </head>
  5.  
  6. <body>
  7. <!-- <body background="backround.jpg"> -->
  8.  
  9. <h1 align="center">Speed Dial</h1>
  10. <p align="center">v0.1</p>
  11. <p align="center">This page is used for educational purposes.</p>
  12. <p align="center">Personally I use it as my homepage</p>
  13.  
  14. <table align="center">
  15. <tr>
  16.   <td colspan="1" align="left" border="1">
  17.     <form method="get" action="http://www.google.com/search">
  18.     <input type="text"   name="q" size="20"
  19.    maxlength="255" value="" />
  20.     <input type="submit" value="Google" />
  21.     </form>
  22.   </td>
  23.  
  24.   <td colspan="1" align="center" border="1">
  25.     <form action="http://www.wikipedia.org/search-redirect.php" method="get">
  26.     <input type="hidden" name="language" value="en" />
  27.     <input type="text" name="search" size="20 " />
  28.     <input type="submit" name="go" value=" Wikipedia" />
  29.     </form>
  30.   </td>
  31.  
  32.   <td colspan="1" align="right" border="1">
  33.     <form action="https://wiki.archlinux.org/" method="get">
  34.     <input type="hidden" name="language" value="en" />
  35.     <input type="text" name="search" size="20 " />
  36.     <input type="submit" name="go" value=" ArchWiki" />
  37.     </form>
  38.   </td>
  39. </tr>
  40.  
  41. <tr>
  42.   <td><input type="button" value="Facebook"
  43.    onClick="window.location='http://www.facebook.com/'" style="width:
  44.    180; height: 100">
  45.   </td>
  46.   <td><input type="button" value="Huntington"
  47.    onClick="window.location='https://www.huntington.com/'" style="width:
  48.    180; height: 100">
  49.   </td>
  50.   <td><input type="button" value="Paypal"
  51.    onClick="window.location='http://www.paypal.com'" style="width:
  52.    180; height: 100">
  53.   </td>
  54.   </tr>
  55.   <tr>
  56.   <td><input type="button" value="Youtube"
  57.    onClick="window.location='https://www.youtube.com'" style="width:
  58.    180; height: 100">
  59.   </td>
  60.   <td><input type="button" value="Plex"
  61.    onClick="window.location='https://www.plex.tv/web/app'" style="width:
  62.    180; height: 100">
  63.   </td>
  64.   <td><input type="button" value="Jupiter Broadcasting"
  65.    onClick="window.location='http://http://www.jupiterbroadcasting.com//'" style="width:
  66.    180; height: 100">
  67.   </td>
  68. </tr>
  69. <tr>
  70.   <td><input type="button" value="Google"
  71.    onClick="window.location='http://www.google.com/'" style="width:
  72.    180; height: 100">
  73.   </td>
  74.   <td><input type="button" value="Wikipedia"
  75.    onClick="window.location='http://www.wikipedia.org/'" style="width:
  76.    180; height: 100">
  77.   </td>
  78.   <td><input type="button" value="ArchWiki"
  79.    onClick="window.location='https://wiki.archlinux.org/'" style="width:
  80.    180; height: 100">
  81.   </td>
  82. </tr>
  83.  
  84. </table>
  85.    
  86. </body>
  87. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement