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 gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Redirect without refresh 1

Status
Not open for further replies.

discusmania

IS-IT--Management
Oct 24, 2000
158
AP
hello...
For example i fill a form call addrecord.asp then i click attachment. after attach the file i want the program to be able to go back to addrecord.asp while the information that i've key in still there without have to press back button. can i use response.redirect?

thank you so much.
 
What does the attach file page do? Why does it need to be a separate page. Use html tag
Code:
<input type=&quot;file&quot; name=&quot;whatever&quot;>
to attach the file instead. If it absolutely has to be a separate page then you have to pass form variables back and forth.


Wushutwist


Sun Certified Java 2 Programmer
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top