I am using the window.open() function to open a music player from my website. It works perfectly in firefox and chrome but ie is giving me an 'object expected' error.
Here's my code, and you can access it at
www.oceanmanmus ic.com/audio.html
<SCRIPT language="JavaS cript1.2">
function openwindow1()
{
window.open("tr iparoundtheworl d.html","mywind ow",
"menubar=1,resi zable=1,width=3 33,height=333") ;
}
</SCRIPT>
<a href="javascrip t: openwindow1()">
<img src="images/photos/triparoundthewo rld.gif"/>
</a>
Any help would be greatly appreciated.
Best,
Brad
Here's my code, and you can access it at
www.oceanmanmus ic.com/audio.html
<SCRIPT language="JavaS cript1.2">
function openwindow1()
{
window.open("tr iparoundtheworl d.html","mywind ow",
"menubar=1,resi zable=1,width=3 33,height=333") ;
}
</SCRIPT>
<a href="javascrip t: openwindow1()">
<img src="images/photos/triparoundthewo rld.gif"/>
</a>
Any help would be greatly appreciated.
Best,
Brad
Comment