Hello world.
Im having problems with my companys intranet and can't work it out.
Basically, I've got a html form text field, which I want to be able to search.
I don't want to make a search engine, its already there, I just need the query typed in the field, to redirect to a search engine.
Lets use google as an example.
They have http://www.google.co.uk/search?q=hello+world if someone searched 'hello world'.
Now, on my site, if someone typed 'damn thing work' in the form field and pressed submit, i want it to take them to http://www.google.co.uk/search?q=damn+thing+work
It would need to load into the parent window or a new window.
I've tried using if(isset with header locations etc, doing my head it.
Calling for help!
Regards