Open new browser window
Posted: Wed Jan 14, 2004 6:57 pm
The following snippet is from a drop-down menu. Simple enough, however, if I use an external link to another site, I'd like to open the link in a new browser window. In the example below, I'd like to open the second item "Calculators" (http://www.calculators.htm) in a new browser window.
<item caption="Financial Planning">
<item caption="Managing Finances" link="mng_finances.php"/>
<item caption="Calculators" link="http://www.calculators.htm"/>
</item>
Thanks in advance!
Les
<item caption="Financial Planning">
<item caption="Managing Finances" link="mng_finances.php"/>
<item caption="Calculators" link="http://www.calculators.htm"/>
</item>
Thanks in advance!
Les