Author
Pass values b/w pages
Srinivasa Raghavan
Ranch Hand
Joined: Sep 28, 2004
Posts: 1228
Hi all, Is there any way to pass some values to a webpage ( Pop up ) without using a query String ? Hidden Text Fields are one way .. any thing else ?
Thanks & regards, Srini
MCP, SCJP-1.4, NCFM (Financial Markets), Oracle 9i - SQL ( 1Z0-007 ), ITIL Certified
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 35220
posted Sep 14, 2005 05:07:00
0
After opening your popup, you can call a JavaScript function in the page and pass along all required parameters. Or a JS function in the popup can collect the values from a form in the main window, which contains the parameters in hidden fields.
Android apps – ImageJ plugins – Java web charts
Garann Means
Ranch Hand
Joined: Jan 28, 2002
Posts: 214
Maybe a Javascript cookie? I haven't done that in a long time, but I assume it still works... Here's a reference.
Eric Pascarello
author
Rancher
Joined: Nov 08, 2001
Posts: 15357
http://radio.javaranch.com/pascarello/replyToComment.action?entry=1106063002000&comment=1123677947811
subject: Pass values b/w pages