Havent tried this, but couldnt you create a form and name the textfield ‘q’ and then have the action be set to http://www.google.co.uk/search. Obviously if that doesnt work, use the onClick function of your button and redirect them to the google site with the value in the textfield…Many ways you could do this…
the only problem is now, I need to make it so I can use one variable and pass it to multiple search engines, of which use different identifiers (like ‘q’ for google). Then the results can be displayed in frames/tabs/iframe, like the popular multiple torrent sites out there…
well you would need to setup the form the second way i mentioned. when they click ‘Search’ you need to do a ‘<your google frame>.src = <google search>?q=<text val>; <your yahoo frame>.src = <yahoo search>?<param>=<text val>;’
thanks again mate, I understood your theory but I wasn’t sure what language it was in…
I copped out and made it in flash as I needed it quickly. The only problem is now i’m calling a frame with javascript and it’s not loading in the right one, or with this code, anything: