Force the target frame for all links on a page.

The code was inserted on the top of a Lotus Notes form which forces all links on the page to open in a new browser window. You can replace the value with _top, _self, _parent, etc...
HTML


<head>
<base target="_blank">
</head>

Posted by fbrefere001 on Thursday January 16, 2003