non è che mettendo l'url di uno script ad un iframe possa funzionare per magia![]()
queste tre righe scrivile dentro un nuovo file "banner-iframe.html" (semplificato all'osso per brevità)
codice:<html> <body> <script type="text/javascript\"> var uri = 'http://impit.tradedoubler.com/imp?type(js)g(17618626)a(1558342)' + new String (Math.random()).substring (2, 11); document.write('<sc'+'ript type=\"text/javascript\" src=\"'+uri+'\" charset=\"ISO-8859-1\"></sc'+'ript>'); </script> </body> </html>
e poi prova a caricare QUEL file con un iframe
<iframe src="banner-iframe.html"></iframe>

Rispondi quotando