Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Postback question

Status
Not open for further replies.

Atvr1d3r

Programmer
Nov 19, 2008
10
US
what is the best way to retain a value after a complete postback in javascript. Just straight HTML No ASP
 
Postback is an ASP.Net term, so you're going to have to be a bit more specific of what you mean.

I'm not sure what you're wanting to do is easily possible w/o using ASP/ASP.Net.

You might want to look into storing your pre-submission data in a cookie if you're wanting to take a javascript route to solve this problem (which I wouldn't suggest)

-kaht

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top