Passing Parameters Between Pages Without Servers Side Scripting
Join the DZone community and get the full member experience.
Join For Free// description of your code here
Sometimes you need to pass parameters directly between pages for dynamic effect. This is the way to process those on the receiving page. The arguments can be added directly onto the url or a form with a get method caa be used. As long as the server just passs the request through the receiving page can use the parameters to present alternate presentations, pre-populate form eleemnts, or just carry through the values for a multi-page form.
Cd&
Experts Round Table
Opinions expressed by DZone contributors are their own.
Comments