neilabachi07
Programmer
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
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