Posted by Wings on 09/15/05 03:26
Someone here - sorry, I forgot who - posted this neat little Google Search
form which I use in a couple of places at my site. I've only modified it
slightly from the original, but this and the original does something on a
page which I don't understand. The window and button always skip a line from
the material above it and add another blank line between it and the material
that follows. Why is that? I'd like to have the window and button on the
same line with some other text, but that doesn't appear like it's going to
happen.
Thanks for any comments in advance.
<form>
<input type="text" name="newLocation" size="20"><input type="button"
value="Search Google" name="btnGo"
onclick="window.location.href='http://www.google.com/search?q=' +
newLocation.value">
</form>
[Back to original message]
|