Hi ASP experts -
I have several questions but I don't want to be greedy.
This ASP just Inserts a record into my SQL database.
After the Insert, I want to transfer to another ASP which
will display some info, telling the user the number that was assigned to their Request.
This ASP has no form, no buttons to click
so, after the Insert statement, I have...
Response.Redirect "ISSystemsAccessDisplay.asp"
get error... "Response object error ASP0156:80004005
The HTTP Headers are already written to the client browser. Any HTTP header modifications must be made before writing
page content"
How can I move on to the next ASP (without having an OnSubmit) ?
Thanks, John
I have several questions but I don't want to be greedy.
This ASP just Inserts a record into my SQL database.
After the Insert, I want to transfer to another ASP which
will display some info, telling the user the number that was assigned to their Request.
This ASP has no form, no buttons to click
so, after the Insert statement, I have...
Response.Redirect "ISSystemsAccessDisplay.asp"
get error... "Response object error ASP0156:80004005
The HTTP Headers are already written to the client browser. Any HTTP header modifications must be made before writing
page content"
How can I move on to the next ASP (without having an OnSubmit) ?
Thanks, John