JSP pop up

cs_awjan Messages postés 14 Date d'inscription jeudi 17 mai 2007 Statut Membre Dernière intervention 26 janvier 2011 - 26 janv. 2011 à 15:50
shyrachtz Messages postés 50 Date d'inscription mercredi 10 décembre 2008 Statut Membre Dernière intervention 1 juillet 2011 - 28 janv. 2011 à 15:05
Bonjour, je cherche à ouvrir une page en pop up depuis une autre page, c-à-d lors du click sur un bouton "report" j'affiche une page en pop up.

MERCI

1 réponse

shyrachtz Messages postés 50 Date d'inscription mercredi 10 décembre 2008 Statut Membre Dernière intervention 1 juillet 2011
28 janv. 2011 à 15:05
[# 
  ]




function Export(destination, title)
{
    testwindow = window.open(
        destination,
        title,
        "location=1,status=no,scrollbars=yes,copyhistory=no,resizable=yes,width=500,height=600");
    testwindow.moveTo(0, 0);
}
0
Rejoignez-nous