Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

javascript:window.open not working for internet explorer

Status
Not open for further replies.

stevehart808

Programmer
Nov 5, 2008
6
GB
Hi guys, I have a media player that opens its own window and works fine with Firefox but it's not working for internet explorer. Been trying for ages and lots of different suppose solutions but still no go. The only thing that happens when you click the link is, bottom left - error on page. Any help would be much appreciated.

echo'<ahref="javascript:window.open(\'['file'].'\',\'XSE Player\', \'width=650,height=375,top=0,left=0\');void(0);" class="article_link"><img src="images/listen.gif" width="46" height="8" alt="" border="0"></a>';
 
Thanks for your help guys, so simple and I thought it might be some major cross browser problem. Cheers!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top