In ASP the most general method would be to have a input type hidden with value of Response.ServerVariables("SCRIPT_NAME") in the form your sending from and let the recieving page handle it. There are other ways like using javascript:"history.go(-1)" in genral I don't use it since the formhandler usually isn't to produce any viewable HTML-page but only do the SQL command.
 
Henrik V�glin [[EMAIL PROTECTED]]
 
----- Original Message -----
Sent: Thursday, January 04, 2001 10:31 PM
Subject: [Dynapi-Help] return from ASP

I am using DynAPI V2 to create a html page with data input forms. In a script function am calling the submit() method of a form to obtain a picture file (Jpeg) for saving to SQL or to disk. No problem in achieving this so far. However I would like to return to the calling html page. 
Is this possible?
If so does anybody know how?
 
regards Max Campsell 

Reply via email to