Bonsoir à tous,
J'ai une ligne de formulaire que je valide par un input
et une forme automatique que j'ai collée depuis excel.
Je voudrais faire :
1° - En validant mon formulaire, cacher ou masquer
la forme automatique
OU / ET
2° - En validant mon formulaire, changer les dimentions
de la forme automatique
Pourriez-vous m'aider dans cette tache ?
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46 <html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns="http://www.w3.org/TR/REC-html40"> <head> <meta http-equiv="Content-Type" content="text/html; charset=windows-1252"> <link rel="File-List" href="ch_cadr1_fichiers/filelist.xml"> <title>Nouvelle page 1</title> <!--[if !mso]> <style> v\:* { behavior: url(#default#VML) } o\:* { behavior: url(#default#VML) } .shape { behavior: url(#default#VML) } </style> <![endif]--><!--[if gte mso 9]> <xml><o:shapedefaults v:ext="edit" spidmax="1027"/> </xml><![endif]--> </head> <body bgcolor="#E09D12"> <p><!--[if gte vml 1]><v:roundrect id="_x0000_s1025" alt="" style='position:absolute;left:21.75pt;top:108.75pt;width:291pt; height:70.5pt;z-index:1' arcsize="10923f" fillcolor="#f0cd6a" strokecolor="#684522" strokeweight="3pt"> <v:textbox> <table cellspacing="0" cellpadding="0" width="0" height="0" id="table4"> <tr> <td align="center" valign="top"> <p align="left"> </td> </tr> </table> </v:textbox> </v:roundrect><![endif]--><![if !vml]><span style='mso-ignore:vglayout; position:absolute;z-index:1;left:27px;top:143px;width:397px;height:102px'><img width=397 height=102 src="ch_cadr150_fichiers/image001.gif" v:shapes="_x0000_s1025"></span><![endif]></p> <p></p> <p></p> <p></p> <p> </p> <form method="POST" action="--WEBBOT-SELF--"> <p> <input type="text" name="T1" size="20"><input type="submit" value="Envoyer" name="B1"> </p> </form> </body> </html>
a vous lire.
Partager