Hide Image/Logo Control on Form Applet
Dear Guys,
We have a weird problem in one of our Form Applet browser scripts. We have created a logo control on our form applet using the following approach
<<<<<CREATE LOGO on FORM APPLET>>>>>>
1) Create a control named LOGO and In the Control --> Caption String Override with value "<img src="images/icon_edit.gif" " border="0" space="4" hspace="4">
2. Make HTML Type = Label
3. Remove HTML Bitmap
4. HTML Display Mode = "EncodeData"
5. Click Edit Web-layout, check whether the control is mapped correctly
<<<<<<<<<<<<<<<<<<<<<<<END CREATING LOGO>>>>>>>>>>>>>>>
Now we are writing the following Browser Script to hide this image dynamically/conditionally on change field value event, depending on the value selected from the dropdown in the applet