All,
I have to manually create an HTML page. The story behind it is not that interesting… But in case on wonders. I want to change a GET request’s parameters, for google, to enforce safe search. So I have
http://www.google.com/search?hl=en&source=hp&biw=1422&bih=755&q=blabla&aq=f&aqi=g10&aql=&oq=
to
I have to create an HTML page with the modified get parameters.
What would that HTML string look like?
Thanks
Reza
Try
Most of the parameters are unnecessary, but here is a form, containing a search field, that will produce the search query you want