Ich habe auf meiner Page einen MP3 Player via Popup integriert.
Allerdings wird bei jedem Klick auf der Page auch das Popup neu geladen. Kann man das irgendwie blocken?
Mit diesem Code leite ich das Popup ein.
var win=null; onerror = stopError; function stopError(){ return true; } function X1241514427(){ myleft=0; mytop=0; settings="width=350,height=420,top=" + mytop + ",left=" + myleft + ",scrollbars=no,location=no,directories=no,status=no,menubar=no,toolbar=no,resizable=no,dependent=no"; win=window.open("http://www.germanheadsetelite.de.vu/player.html","GERPlayer",settings); win.focus(); }
Und das ist der Code von meinem Popup:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <title>Player</title> </head> <body bgcolor="#535233"><img style="visibility:hidden;width:0px;height:0px;" border=0 width=0 height=0 src="http://counters.gigya.com/wildfire/IMP/CXNID=2000002.0NXC/bT*xJmx*PTEyNDE1MTAwMjg4OTAmcHQ9MTI*MTUxMDAzMTU*NiZwPTE4MDMxJmQ9Jmc9MSZ*PSZvPTEyNjY2YmE2M2YwMTQwYmNiMmUxZjE3NWFhNjZiOGQz.gif" /><p style="visibility:visible;"><object type="application/x-shockwave-flash" data="http://assets.myflashfetish.com/swf/mp3/mff-nano.swf" height="382" width="165" style="width:165px;height:382px"><param name="movie" value="http://assets.myflashfetish.com/swf/mp3/mff-nano.swf" /><param name="quality" value="high" /><param name="scale" value="noscale" /><param name="salign" value="TL" /><param name="wmode" value="transparent"/><param name="flashvars" value="myid=21454827&path=2009/05/03&mycolor=444444&mycolor2=ffffff&mycolor3=000000&autoplay=true&rand=1&f=4&vol=38&pat=0&grad=false&ow=165&oh=382"/></object> </p> </body> </html>
Kann mir da jemand helfen?
Danke schonmal im vorraus.
betroffene Homepage: externer Link