response.redirect within frame set

G

Griff

I've inherited a web application that uses frames :-(

I have an ASP page (within the frame set) that I want to refresh the WHOLE
frame set

Response.redirect just launches the frame set again but within the current
frame, not as a top level item, so I end up with a frame set within a
frameset.

This must be simple to achieve, but a bit stumped by it.

Thanks
 
S

Steven Burn

ASP is not frames aware ..... it neither knows nor cares whether they are
there or not ;o)

--
Regards

Steven Burn
Ur I.T. Mate Group
www.it-mate.co.uk

Keeping it FREE!
 
R

Roland Hall

: Ah....
:
: So got to use JavaScript presumably....

Try...

top.location.href='myframeset.asp';

--
Roland Hall
/* This information is distributed in the hope that it will be useful, but
without any warranty; without even the implied warranty of merchantability
or fitness for a particular purpose. */
Technet Script Center - http://www.microsoft.com/technet/scriptcenter/
WSH 5.6 Documentation - http://msdn.microsoft.com/downloads/list/webdev.asp
MSDN Library - http://msdn.microsoft.com/library/default.asp
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,767
Messages
2,569,570
Members
45,045
Latest member
DRCM

Latest Threads

Top