I have a page that I need to open in an iframe, I am able to edit both pages.
The iframe content page breaks out of the iframe, I guess it is because of <body onLoad="top.location.replace('index.asp')"> that is within it. Basically this page I need to place in the iframe logs the user on using one page then redirects to the homepage.
I tried changing the body tag to <body onLoad="('selfservice/TrackItUser.asp')"> but that stopped the redirect working, is there something I can change it to to stay within the iframe?
Thanks
The iframe content page breaks out of the iframe, I guess it is because of <body onLoad="top.location.replace('index.asp')"> that is within it. Basically this page I need to place in the iframe logs the user on using one page then redirects to the homepage.
I tried changing the body tag to <body onLoad="('selfservice/TrackItUser.asp')"> but that stopped the redirect working, is there something I can change it to to stay within the iframe?
Thanks