Expand my Community achievements bar.

upload dynamic image after pressing button in the form

Avatar

Level 2

Hi all


i tried to use image field to load dynamic image  and it worked for test but when try it with view appears inside viewset it doesnt....


so i think if we could call the image after render by pressing a button inside the form it may work


but the problem is i have no idea about how to implement such solution ,so if any one has any idea about how to implement such solution i will be thankful if he can share me the solution.

1 Reply

Avatar

Level 10

Hi,

    In the initialize event of the ImageField write the following cde. I wrote it in JavaScript.

    ImageField1.value.image.href = "http://www.adobe.com/imageshome/pdfgift_home.gif";

Hope this helps.

Thanks

Srini