954,580 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

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

I'm using a javascript like this to transfer to another page (a popup that occurs conditionally)

string popupScript = "";
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

mtumavrick
Newbie Poster
2 posts since Apr 2005
Reputation Points: 10
Solved Threads: 0
 

With JavaScript? You have to build a querystring.

tgreer
Made Her Cry
Team Colleague
2,118 posts since Dec 2004
Reputation Points: 227
Solved Threads: 37
 

Thanks,
Will try, not very strong on javascript, so it'll take time

mtumavrick
Newbie Poster
2 posts since Apr 2005
Reputation Points: 10
Solved Threads: 0
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You