DR.Wong
08-24-2008, 11:59 AM
Hey there,
I'm using a very simple redirect for printing a printer-friendly version of some information.
I use a frame so that the page is hidden from the user.
The redirect I am using is :
<body onload="window.location='example.htm'">
This works great for me as I don't need any extra JS, just this quick, simple solution.
My question is, how can I add a target="_top" to the redirect to break out of the frames?
Thanks a lot!:thumbsup:
I'm using a very simple redirect for printing a printer-friendly version of some information.
I use a frame so that the page is hidden from the user.
The redirect I am using is :
<body onload="window.location='example.htm'">
This works great for me as I don't need any extra JS, just this quick, simple solution.
My question is, how can I add a target="_top" to the redirect to break out of the frames?
Thanks a lot!:thumbsup: