3 Apr
2001
3 Apr
'01
2:58 p.m.
Chris Withers asked -
Diego Rodrigo Neufert wrote:
There's a way to do a RESPONSE.redirect specifying a target=TOP?
How would you build that into an anchor on a page?
Add a "target" attribute to the anchor: <a href-'....' target='TOP">....</a> No redirect needed. Similarly for forms. Cheers, Tom P