so che è stato scritto molte volte, ma non riesco a capire perchè non va su IE
per vedere
http://www.modeldanzando.it/index.php
ho messo un bottone in mezzo alla finestra colore rosa
questo il cod usato
nel primo frame
Codice PHP:
MovieClip.prototype.apriPopup = function (nome, titolo, lar, alt, x, y, feat)
{
getURL("javascript:window.open('" + nome + "','" + titolo + "','width=" + lar + ",height=" + alt + ",screenX=" + x + ",left=" + x + ",screenY=" + y + ",top=" + y + "," + feat + "');void(0);");
};
nel bottone
Codice PHP:
on (release) {
apriPopup('http://www.modeldanzando.it/gallery/index.php', 'MODELDANZANDO GALLERY', 400, 300, 100, 400, 'status=yes, toolbar=yes');
}
grazie in anticipo