Tom's Guide | Tom's Hardware | Tom's Games
![]() |
![]() |
![]() |
I am trying to create my own homepage from my computer. I'm hoping to have one that has google in the middle with links to all my favourite sites down the side. The bit i need help on is makeing the google part. I got this from another website and have modified it to try and get it to do what i want. I need it to be able to search the web and search only New Zealand sites. I have tried just saving the actually google website but that doesn't work. Can anyone help. Thanks
Heres what i have at the moment
<FORM method=GET action="http://www.google.co.nz/search?hl=en&">
<TABLE bgcolor="#FFFFFF"><tr><td>
</td>
<td>
<INPUT TYPE=text name=q size=31 maxlength=255 value="">
<INPUT type=submit name=btnG VALUE="Google Search">
<input type=radio name=sitesearch value=""> WWW
<input type=radio name=meta value="cr%3DcountryNZ" checked> YOUR DOMAIN NAME
</td></tr></TABLE>
</FORM>

Have you tried just putting the google homepage into an iframe or object tag?
Response Number 2 Reply:
I think this should do it:
<form method="get" action="http://www.google.co.nz/search">
<div style="border: 1px solid black; padding: 4px; width: 16em;">
<table border="0" cellpadding="0" height="69" width="189">
<tbody>
<tr>
<td>
<input name="q" size="25" maxlength="255" value="" type="text">
<input value="Google Search" type="submit">
</td>
</tr>
<tr>
<td style="font-size: 75%;" align="center">
</td>
</tr>
</tbody>
</table>
</div>
</form>
Sponsored Link
Post LockedThis post is quite old and has been locked from receiving new replies. Please create a new posting instead.
Go to Web Development Forum Home
Sponsored links
Ads by Google
Results for: Custom google homepage.j-script Set Homepage - not in XP?Summary: Thanks SN - I tried the Google link on one of the computers I'm dealing with and it didn't work there, though it did work at home, so I am now working with the assumption that the problem is the secu...
www.computing.net/answers/webdevel/jscript-set-homepage-not-in-xp/147.html
Steve Lomheim studies html & googleSummary: This site is crawled by google fairly often...More than most. Probably because of how google-friendly it is and the enormous amount of good information without an obscene amount of spyware. Google's ...
www.computing.net/answers/webdevel/steve-lomheim-studies-html-amp-google/155.html
Google AdsenseSummary: Hi Friends, I have placed Google Adsense in my website: http://www.cheap-domain-name-registration-web-hosting.com My question is: In Google Adsense they have given the channels (URL & Custom), so is i...
www.computing.net/answers/webdevel/google-adsense/2553.html
![]()