|
|
|
|
|
| | |
|
Active Server Pages ASP control controls class classes module script Scripts applet CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
Subject: |
Frames, targets, and Response.Redirect |
From: |
Jon Wetzel |
Date: |
6/13/2000 3:46:36 PM |
IP: |
206.103.82.1 |
I am not normally an ASP developer (normally I develop in Web Objects), but I currently have to debug an ASP application. I have an OK understanding of ASP and VBScript, but have run into a problem.
The site has a main page that has 3 frames. The left frame is a login in frame. Currently, it uses the Response.Redirect "nextfile.html" method to move to the next page. However, this simply opens up a frame inside the existing framset. Which is a page that has a simple a href with target = "_top" on it. This then clears out the current frameset and opens the right page.
My question is: How do I get this middle page out and is it possible to set the target="_top" on the main page somewhere??
Jon |
Follow Up - Re: Frames, targets, and Response.Redirect - Jakob 9/13/2000 12:08:23 PM
|
|
|
|
|
|
|
|
|
|
|
|