Passing parameters to a page
Question: Can I pass parameters from one my page to another?
Answer:
Yes, you can pass a parameter to another page in several different ways:
- by storing the parameter in a cookie
- by storing the parameter in a variable of another window or frame
- by storing the parameter in the rewritable property
top.name
(the browser window name)
- by appending the parameter to the destination page's URL as a
query string
JavaScripter.net.
Copyright
© 1999-2006, Alexei Kourbatov