Forum Moderators: open
i want to open url in new window. i had no problem with this action, that is before inserting my new cloaking code into frontpage 2002.
can someone share how to "alter or instruct me on what to insert within" this code to allow it to open in a new browser window. it seems to be overriding target_blank (which i have set to "open new window").
here's the code:
<a onClick="parent.location.href='http://www.example.com/example.php/'; return event.returnValue=false" target="_blank" href="http://www.example.com"><img class="imageright" alt="Example" align="right" border="0" src="images/example.gif" width="177" height="162"></a>
thanks,
mic
[edited by: Mickie at 2:19 am (utc) on Oct. 17, 2008]
[edited by: incrediBILL at 5:19 am (utc) on Oct. 17, 2008]
[edit reason] exemplified code [/edit]