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] form parameters


  • From: chucks at velofish.com (Chuck Soper)
  • Subject: [Javascript] form parameters
  • Date: Wed Apr 20 18:42:22 2005

Hello,

In my desktop application I allow users submit feedback via a web 
page with a form. I do this by launching the default browser, with a 
certain URL. My JavaScript question is: how can I send parameters to 
the form page?

Is it something like this:
   www.mywebsite.com/feedback.html?parm1=productName

How would I access the value of parm1 from JavaScript?

Also, is there a way to pass two parameters?

thanks,
Chuck