I am using a frameset on my webpage.
I have a hyperlink in the right hand side of the frame which links to an asp page. The asp page doesn't display anything, it just runs a series of commands to edit a database. Once the asp page has finished I use the following code to auto redirect back to the main site page:
<META HTTP-EQUIV="refresh" CONTENT="0; URL=default.asp">
This works, but displays 'default.asp' in the right hand section of the frame only. I have tried adding TARGET="NEW", but this has no effect.
Any ideas,
Cheers J
I have a hyperlink in the right hand side of the frame which links to an asp page. The asp page doesn't display anything, it just runs a series of commands to edit a database. Once the asp page has finished I use the following code to auto redirect back to the main site page:
<META HTTP-EQUIV="refresh" CONTENT="0; URL=default.asp">
This works, but displays 'default.asp' in the right hand section of the frame only. I have tried adding TARGET="NEW", but this has no effect.
Any ideas,
Cheers J