sicuramente avrete già risposto ma la ricerca è disabilitata (momentaneamente...).
Il modo più rapido per fare un popup delle dimensioni che voglio?
LINK (pigiando fa popup).
Grazie, ciao!![]()
sicuramente avrete già risposto ma la ricerca è disabilitata (momentaneamente...).
Il modo più rapido per fare un popup delle dimensioni che voglio?
LINK (pigiando fa popup).
Grazie, ciao!![]()
mmm... specifichi width e height nei parametri di window.open...
si ok ma il codice del pop up? LINK
codice:link
e ti pare.... forum mangialettere
"JAVA SCRIPT:void...." va tutto attaccato!!!
em che rompiscatole che sono...
e per far chiudere il popup con un link esempio "chiudi"? come si fa?
codice:<script type="text/javascript"> <!-- var thePopup = null; function openPopup() { if (thePopup == null || thePopup.closed) thePopup = window.open ("popup.html", "popup", "width=100,height=200"); thePopup.focus(); } function closePopup() { if (thePopup && !thePopup.closed) thePopup.close(); } //--> </script>
apri popup
chiudi popup
ovviamente "java script" è tutto attaccato
dove sbaglio?
nb: javascript attaccatocodice:<html> <head> <title>Sede di Gioco</title> <script type="text/javascript"> <!-- var thePopup = null; function openPopup() { if (thePopup == null || thePopup.closed) thePopup = window.open ("popup.html", "popup", "width=100,height=200"); thePopup.focus(); } function closePopup() { if (thePopup && !thePopup.closed) thePopup.close(); } //--> </script> </head> <body> <div align="center"> [img]images/piantina.jpg[/img]</p> Chiudi </div> </body> </html>
in realta' nn sbagli: semplicemente non ce da nessuna parte
l'apertura del popup x cui nn si puo chiudere![]()