Tagged Questions

3
votes
1answer
342 views

Issue a redirect (HTTP 302) to act on _top frame without using Java script

I need to redirect the top frame on a form post and it should work irrespective of javascript and across all major browsers. I can redirect to a page with a link and its target attribute set & ...