RE: hide section of form

2003-10-25 Thread Rajat Pandit
one" on the DIV and then set it to >"block". By setting it to "none" no space will be allocated for the >div. > >Regards, >Todd G. Nist > >-Original Message- >From: Jan Kester [mailto:[EMAIL PROTECTED] >Sent: Friday, October 24, 2003 12:43 PM &

Re: hide section of form

2003-10-25 Thread Jan Kester
t to "block". By setting it to "none" no space will be allocated for the div. Regards, Todd G. Nist -Original Message- From: Jan Kester [mailto:[EMAIL PROTECTED] Sent: Friday, October 24, 2003 12:43 PM To: Struts Users Mailing List Subject: RE: hide section of form Tha

RE: hide section of form

2003-10-24 Thread Todd G. Nist
2003 12:43 PM To: Struts Users Mailing List Subject: RE: hide section of form Thanks, I did add DHTML and used DIV with visibility hidden and visibility visible. Only, the submit buttons that come afterwards, remain in the same location. That is, when the questions are hidden, the buttons are a f

Re: hide section of form

2003-10-24 Thread Mark Lowe
That said, you might also look at changing the dimensions of the div as well as setting visibility. HTH, Mike Jasnowski -Original Message- From: Jan Kester [mailto:[EMAIL PROTECTED] Sent: Friday, October 24, 2003 12:43 PM To: Struts Users Mailing List Subject: RE: hide section of f

RE: hide section of form

2003-10-24 Thread Mike Jasnowski
owski -Original Message- From: Jan Kester [mailto:[EMAIL PROTECTED] Sent: Friday, October 24, 2003 12:43 PM To: Struts Users Mailing List Subject: RE: hide section of form Thanks, I did add DHTML and used DIV with visibility hidden and visibility visible. Only, the submit buttons that com

RE: hide section of form

2003-10-24 Thread Jan Kester
Pandit [mailto:[EMAIL PROTECTED] Enviado el: viernes, 24 de octubre de 2003 10:14 Para: 'Struts Users Mailing List' Asunto: RE: hide section of form Thoug a non struts related question, you might want to consider layers (DHTML) and make them visible or invisible. Try using dreamweaver. It

Re: hide section of form

2003-10-24 Thread Ruth, Brice
Layers may actually not work, as most browsers have a limitation of layering over "active" content - "active" meaning Java applets, Flash, and forms (much to my surprise). Your best bet is probably to use the HTML rewriting capabilities of IE/Mozilla, for IE this is innerHTML, I believe - an eq

Re: hide section of form

2003-10-24 Thread Raphaƫl di Cicco
With javascript you can disabled the questions input forms if someones presses the radio button - Original Message - From: "Jan Kester" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Friday, October 24, 2003 9:58 AM Subject: hide section of form > Hello > >

RE: hide section of form

2003-10-24 Thread Rajat Pandit
Thoug a non struts related question, you might want to consider layers (DHTML) and make them visible or invisible. Try using dreamweaver. It has a good tool for making layers -Original Message- From: Jan Kester [mailto:[EMAIL PROTECTED] Sent: Friday, October 24, 2003 12:59 AM To: Struts