Click here to Skip to main content
16,004,686 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have a list box on Page1.xsl
I have a dropdown on Page2.xsl
After submitting Page1.xsl, I want to save the value of selected index of list box in a variable and pass this value to Page2.xsl.
On page load event of Page2.xsl, get value from that variable and call a function.

How can I do this.
how will I pass a variable in javascript from one page to another and retrieve it on page load
Posted
Comments
How exactly you are moving from one page to other?
aks.shan 6-Feb-14 1:24am    
by Querystring
aks.shan 6-Feb-14 1:48am    
viewpage.aspx?APPLICATION_TOKEN=loadManageUserList&VALUE=5

want to split this and get 5 .how to do it

1 solution

See and adapt my previous solution to a similar question: Can I Get Javascripts Values In Asp.Net Code[^]
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900