| Posted by olivier on 06/14/73 11:30 
Hello,another stupid question
 
 I have now 3 images.
 I start by showing imag1 and want to repace it by imag1 imag2
 or imag3 depending on the user selection in the form.
 
 here my try , whit some ???? if somebody can help to re
 place then ;-)
 
 thank's
 O.
 ----------------------------
 html>
 <head>
 <style type="text/css">
 ?????? dont know what to define for this stuff
 </style>
 </head>
 <body>
 
 
 <table>
 <tr>
 <td width=50%>
 <div id="monimage">
 <img src="test1/img1.gif">
 </div>
 <td width=50>
 <select name="image1"  size=3
 onchange= ????  OK changing what ?
 <option selected>.im1
 <option>.im2
 <option>.im3
 
 </select>
 </tr>
 </table>
 </div>
 </body>
  Navigation: [Reply to this message] |