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 Quote Link to comment 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> Quote Link to comment 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. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.