Jump to content

[SOLVED] Church Popup Internet Explorer


Guest

Recommended Posts

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

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>

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.