Forum Moderators: open
Is that possible, and if so, how is it done?
Any help is greatly appreciated!
[edited by: eelixduppy at 9:24 pm (utc) on Jan. 27, 2009]
[edit reason] snipped URLs [/edit]
You have to grab the text from the textbox and change the location:
document.location = "http://example.com/page.php?" + escape(document.getElementById('[i]input_id[/i]').value);