Rank: Newbie Groups: Member
Joined: 7/21/2010 Posts: 1
|
Is there a way to pass values to the content page, like the window.showModalDialog method allows?
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
No. You can do that. You can either pass the arguments in through query string, or store the arguments in your parent page (the page that shows the dialog) and then examine them from your child page (dialog page).
Thanks!
|