Hallo. HELP!!!!
I have an intranet application and I want to open a new window that will lead the users to an exteral website. However I keep getting File DownLoad dialog box when trying click on the link that will open the window!! AHHHH.
Here is my code. Please let me know what am I doing wrong?
I really appreciated for your help!
********************************************
function myVoid() { }
function openWin(){
windowHandle = window.open('}
*********************************************
<h2><IMG height=14 src="../events/images/blue.gif" width=14>
<A HREF="#" onClick="this.href = 'javascript:myVoid()';openWin()"></a></h2>
I have an intranet application and I want to open a new window that will lead the users to an exteral website. However I keep getting File DownLoad dialog box when trying click on the link that will open the window!! AHHHH.
Here is my code. Please let me know what am I doing wrong?
I really appreciated for your help!
********************************************
function myVoid() { }
function openWin(){
windowHandle = window.open('}
*********************************************
<h2><IMG height=14 src="../events/images/blue.gif" width=14>
<A HREF="#" onClick="this.href = 'javascript:myVoid()';openWin()"></a></h2>