RSS Forums RSS
Please support our ASP.NET advertiser: Lunarpages ASP Web Hosting

Getting data from ASP page A to ASP page B using javascript

Join Date: Apr 2005
Posts: 2
Reputation: mtumavrick is an unknown quantity at this point 
Rep Power: 0
Solved Threads: 0
mtumavrick mtumavrick is offline Offline
Newbie Poster

Getting data from ASP page A to ASP page B using javascript

  #1  
Apr 7th, 2005
I'm using a javascript like this to transfer to another page (a popup that occurs conditionally)

string popupScript = "<script language='javascript'>" +
"window.open('Duplicate.aspx', 'CustomPopUp', " +
"'width=800, height=600, menubar=yes, resizable=no')" +
"</script>";
Page.RegisterStartupScript("PopupScript", popupScript);

My question is how would I get data from the first page to the second one, either in the form of objects, or raw data (like a string [] ) I've done the regular server transfers, but here I don't need to/want to post back so I don't have the serverVariables available
AddThis Social Bookmark Button
Reply With Quote  
Forums | Blogs | Tutorials | Code Snippets | Whitepapers | RSS Feeds | Advertising
All times are GMT -4. The time now is 4:42 am.
Newsletter Archive - Sitemap - Privacy Statement - Contact Us
Forum system based on vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
©2003 - 2008 DaniWeb® LLC