Uso questo codice che funziona con FireFox, ma non con Internet Explorer.
Qualcuno riesce ad aiutarmi a correggerlo?Codice:function ApriFinestraDrumOff(video) { var testo='<html><head><title>blink-182 FOREVER AND EVER</title></head><body style="background-color:#000000;">'; testo+='<div style="text-align:center;"><object width=425 height=350><param name="movie" value="http://www.youtube.com/v/'+video+'"></param><embed src="http://www.youtube.com/v/'+video+'" type="application/x-shockwave-flash" width=425 height=350></embed></object></div>'; testo+='</body></html>'; var ident_finestra = window.open("","Drum Off","toolbar=no,directories=no,menubar=no,width=450,height=375,resizable=yes"); ident_finestra.document.open(); ident_finestra.document.write(testo); ident_finestra.document.close(); }

LinkBack URL
About LinkBacks

