Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Framed Page to non framed Page

Status
Not open for further replies.

NevG

Programmer
Oct 10, 2000
162
GB
Hi

I have an index page that uses a frameset. I want to be able to redirect from a login frame to a main page that will fill the screen and get rid of the frameset.

My frameset has two cols. The narrow col has a login prompt for existing users. If the user logsin I would like to goto a main page that is neither of these cols but a full screen page.

I know I could use the new window trick but I dont want to.

How can I do this

Thanks

Nev G
 
Put target=&quot;_top&quot; inside your link (<a href=&quot;somepage.asp&quot; target=&quot;_top&quot;> or <form target=&quot;_top&quot;>). That should do the trick for you.

<webguru>iqof188</webguru>
 
Not quite worked unless Im understanding you wrong.

My asp with the entry fields for user name and password is a seperate asp to the check. I call a component to do the dbase work and if that returns true then I response.redirect to another page. This may clear things for you a little. Would appreciate a little further explanation if Im simply getting mixed up.

Thanks
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top