cancel
Showing results for 
Search instead for 
Did you mean: 

Passing URL to Image field

Former Member
0 Kudos

Hi,

I need to pass an URL to Image field ,i am using JAva script as below

Imagfield.value.image.href = Image.rawValue (Image is a text field), but the image is not getting displayed.if i display the image text its displaying the complete URL.please help me with this.

Thanks and Regards,

Siva

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

got it resolved.

Former Member
0 Kudos

Hi

Step-1. create a Image field.

step-2. Go to Initialize method of UI element.

Step-3. Select Form language as formCalc

Step-4. place this code -


> $.value.#image.href = "http://www.eccc.co.uk/images/axa_logo.gif"

Regards

Malli.