Links

Lists

Latest Updates

Ruby On Rails List
Python list
Advanced Java
The JavaScript List
Apache Users
Full Disclosure
Linux Security

Search the archives!


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Javascript] Opening an URL through a form


  • From: freshflavour at chello.se (LJ)
  • Subject: [Javascript] Opening an URL through a form
  • Date: Sat May 3 16:40:52 2003

Can anyone offer me help on how to make the following?

I'd like to create a HTML form where the word entered in a text field
will be added to the following url that will be opened on submit
http://www.google.com/search?hl=sv&ie=UTF-8&oe=UTF-8&q=

I.e., if you enter "hello" in the text field submitting the form will
open the url http://www.google.com/search?hl=sv&ie=UTF-8&oe=UTF-8&q=hello

Regards,
L Johansson