Parent Directory | Revision Log | Patch
revision 132 by fraynaud, Wed Sep 21 19:28:49 2011 UTC | revision 153 by fraynaud, Thu Sep 29 16:48:28 2011 UTC | |
---|---|---|
# | Line 60 function onSaisieSelect(evt){ | Line 60 function onSaisieSelect(evt){ |
60 | if(fenetreouverte==true) | if(fenetreouverte==true) |
61 | pfenetre.close(); | pfenetre.close(); |
62 | //compatibilite IE -> mettre des ' au lieu de " | //compatibilite IE -> mettre des ' au lieu de " |
63 | pfenetre=window.open("../app/form_sig_point.php?obj="+obj+"&idx="+idx+"&geom="+geom+"&table="+table+"&champ="+champ, 'saisie_geometrie', 'width=400,height=300,top=120,left=120' ); | pfenetre=window.open("../app/form_sig.php?obj="+obj+"&idx="+idx+"&geom="+geom+"&table="+table+"&champ="+champ, 'saisie_geometrie', 'width=400,height=300,top=120,left=120' ); |
64 | fenetreouverte=true; | fenetreouverte=true; |
65 | } | } |
|
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |