Posted by f8lerror on 11/15/06 07:37
Okay,
You know how you can use google to search for things and use
+description or -adult stuff like that
how can I have a user enter whatever into a form and add the input to
the end of a search string that I made up I either get an error from
google or a blank google page.
<body>
<form method=get form
action="http://www.google.com/search?hl=en&lr=&safe=on ">
<input name="s" size=30>
<input type=submit>
</form>
</body>
</html>
thanks
[Back to original message]
|