Hi,
I'm trying to luanch a new window with Java Script - It works fine in Chrome and Firefox, but not with IE (I'm using IE8) or Avant browser.
The page is at http://www.btrlife.com/index.php?optio n=com_content&v iew=article&id= 46&Itemid=30
and my script is:
Can anyone help me make this new window work with IE?
THANK YOU!
Alon
I'm trying to luanch a new window with Java Script - It works fine in Chrome and Firefox, but not with IE (I'm using IE8) or Avant browser.
The page is at http://www.btrlife.com/index.php?optio n=com_content&v iew=article&id= 46&Itemid=30
and my script is:
Code:
<td style="text-align: center;"><form><input value="Click_to_launch" onclick="window.open('http://www.btrlife.com/images/stories/videos/pacer.swf','BTR Life Pacer','location=no,width=120,height=515,toolbar=no,menubar=no,resizable=no,directories=no,status=no,left=0,top=100,screenX=0,screenY=100')" type="button" /></form></td>
THANK YOU!
Alon
Comment