Can anyone help me. I am trying to redirect from an asp file to a frameset. When I do the redirect
Response.Redirect("index.asp?passRef=rsJobs('refNum')&pageTo=displaySave2.asp"![Wink ;) ;)](data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)
I am getting the error message:
The HTTP headers are already written to the client browser. Any HTTP header modifications must be made before writing page content.
which suggests to me that it isn't reloading the frameset into the main browser window.
I think I am missing some fundamental point here, can anyone help?
Wuxapian.
Response.Redirect("index.asp?passRef=rsJobs('refNum')&pageTo=displaySave2.asp"
I am getting the error message:
The HTTP headers are already written to the client browser. Any HTTP header modifications must be made before writing page content.
which suggests to me that it isn't reloading the frameset into the main browser window.
I think I am missing some fundamental point here, can anyone help?
Wuxapian.