|
|
More direct...
You can also place the Google search form in OmniWeb's startup page. It is in
/Applications/OmniWeb.app/Contents/Resources/English.lproj/StartPage.htmld/index.htmlI've added the search form and a simple javascript to put the focus on the query field when the page is loaded. Mine looks like this: <html> <head> <meta http-equiv="content-type" content="text/html;charset=iso-8859-1"> <title>OmniWeb 4.1</title> <script> <!-- function sf(){document.google.q.focus();} // --> </script> </head> <body background="aquastripe.gif" bgcolor="white" text="#222288" link="#222288" vlink="#222288" alink="#222288" onload="sf();"> <table height="70%" width="506" align="center"> <tr> <td align=center valign=center><a href="http://www.omnigroup.com/"><img border=0 height=162 width=506 src="omnilogo.tiff" alt="OMNI"></a><br> <a href="http://www.omnigroup.com/products/omniweb/"><img border=0 height=44 width=479 src="type.tiff" alt="OmniWeb"></a><br> </td> </tr> <tr> <td align=center valign=center> <!-- Search Google --> <form method="GET" action="http://www.google.com/search" name="google"> <table> <tr> <td> <a href="http://www.google.com/"> <img src="http://www.google.com/logos/Logo_40wht.gif" border="0" alt="Google" align="absmiddle"></a> <input type="text" name="q" size="25" maxlength="255" value=""> <input type="submit" name="btnG" value="Google Search"> </td> </tr> </table> </form> <!-- Search Google --> </td> </tr> <tr> <td align=center valign=center> <font size=3> <a href="http://www.apple.com/">Apple</a> • <a href="http://www.altavista.com/">AltaVista</a> • <a href="http://www.askjeeves.com/">Ask Jeeves</a> • <a href="http://www.excite.com/">Excite</a> • <a href="http://www.google.com/">Google</a> <br> <a href="http://www.go.com/">GO.com</a> • <a href="http://www.lycos.com/">Lycos</a> • <a href="http://www.webcrawler.com/">WebCrawler</a> • <a href="http://www.yahoo.com/">Yahoo</a> </font> </td> </tr> </table> </body> </html> |
SearchFrom our Sponsor...Latest Mountain Lion HintsWhat's New:HintsNo new hintsComments last 2 daysNo new commentsLinks last 2 weeksNo recent new linksWhat's New in the Forums?
Hints by TopicNews from Macworld
From Our Sponsors |
|
Copyright © 2014 IDG Consumer & SMB (Privacy Policy) Contact Us All trademarks and copyrights on this page are owned by their respective owners. |
Visit other IDG sites: |
|
|
|
Created this page in 0.05 seconds |
|