
How do I launch the URL with "target="_blank" in the onclick event ?
I have an input type of button like so:
<input type="button" name="ContentType" value="Maintain content types and
sub-types"
onclick="javascript:location.href='/sitebuilder/wfe/side_navigation_list.cfm
?sid=1234'">
and I want to use a button not a link like so:
<a href="/sitebuilder/wfe/sb_content_type_list.cfm?sid=1234"
target="_blank">Maintain content types and sub-types</a>
but how do I launch the URL with "target="_blank" in the onclick event ?
--
Thanks,
David Satz
Principal Software Engineer
Hyperion Solutions
->Using SQL Server 7.0 SP2/6.5 SP5a/Cold Fusion 4.5.1/ADO 2.1/VB 6.0/MTS
(Please reply to group)
-----------------------------------------------------------------