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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Redirect to parent frame

Status
Not open for further replies.

neilabachi07

Programmer
Feb 26, 2007
2
GB
Hi,

I have created a Response.Redirect(rec("field name in DB"))

how can i modify this so that the page i load infact loads into the parent frame and not just the main frame?

The reason for this is that i want to redirect to an external page and still have security over the environment ( hard to explain but i want the external page to be loaded as the maing frame of the 3 i have whislt ensuring that people are logged in by using the verification.)

To do this i decided to redirect to a page with the 3 frames (top, left and main) and have main load as the external website.

Therefore, how do i load into the parent frame and not just the default main frame when the redirect is instigated?

Many thanks in advance.

If you have any questions please do not hesitate to message me.

Neil
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top