posted 20 years ago
You could do it in Javascript - or with an anchor/target. This is the html that would open a link a new window
<a href="mywindow" target="_blank">Open Window</a>
There are 4 pre-defined frame targets:
_blank --> Opens page in a new blank browser window
_self ---> Opens page in the same frame where it was called from
_parent -> Opens page in parent frame of where it was called from
_top ----> Opens page on top of all frames
Does this help any??
Angela Margot <img src="smile.gif" border="0"> <br />Sr. Software Engineer<br />SCJP2 SCWCD MCSD MCP