Nov 11, 2005 #1 emozley Technical User Jan 14, 2003 769 GB Is it possible to change <META HTTP-EQUIV="Refresh" CONTENT="2; URL=opm/index.asp"> so that when it redirects, it redirects to frame "_top" Thanks Ed
Is it possible to change <META HTTP-EQUIV="Refresh" CONTENT="2; URL=opm/index.asp"> so that when it redirects, it redirects to frame "_top" Thanks Ed
Nov 11, 2005 #2 BillyRayPreachersSon Programmer Dec 8, 2003 17,047 GB It might be possible using: Code: <base target="_top"> but apart from that, I'd say no, not without using JavaScript. Hope this helps, Dan [tt]Dan's Page [blue]@[/blue] Code Couch http://www.codecouch.com/dan/[/tt] Upvote 0 Downvote
It might be possible using: Code: <base target="_top"> but apart from that, I'd say no, not without using JavaScript. Hope this helps, Dan [tt]Dan's Page [blue]@[/blue] Code Couch http://www.codecouch.com/dan/[/tt]
Nov 11, 2005 Thread starter #3 emozley Technical User Jan 14, 2003 769 GB Already tried setting base target - I'll go and have a look for javascript that does it. cheers Upvote 0 Downvote