Guest Posted February 1, 2009 Share Posted February 1, 2009 Im wokring on TheFathersHouse.com. Im adding a audio bible to the page it should popup and start playing everything works fine in firefox and internet explorer seven but internet explorer 6 is giving error Invalid argument. Can someone please help with this the direct link is http://www.thefathershouse.com/AudioBible.htm Link to comment https://forums.phpfreaks.com/topic/143407-solved-church-popup-internet-explorer/ Share on other sites More sharing options...
Guest Posted February 1, 2009 Share Posted February 1, 2009 Here is the code that i am using <script language="Javascript" type="text/javascript"> function listenclick(name, file){ if(typeof(listenwin) != 'undefined'){ if (listenwin.closed == false) { listenwin.focus(); } else { listenwin = window.open ('http://www.thefathershouse.com/listen.php?file='+file+'&name='+name, name, 'status=0,menubar=0,resizable=0,width=380,height=280'); } } else { listenwin = window.open ('http://www.thefathershouse.com/listen.php?file='+file+'&name='+name, name, 'status=0,menubar=0,resizable=0,width=380,height=280'); } } </script> Link to comment https://forums.phpfreaks.com/topic/143407-solved-church-popup-internet-explorer/#findComment-752232 Share on other sites More sharing options...
Guest Posted February 1, 2009 Share Posted February 1, 2009 I fixed it enough to work anyways i guess i couldnt use the word name as a variable name. Link to comment https://forums.phpfreaks.com/topic/143407-solved-church-popup-internet-explorer/#findComment-752237 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.