Hello.
I’m trying to figure out how to dynamically load an image into this field type?
I can make a “Label” field work with…
“onLoad Event”
$pic_url = “http://www.google.ca/images/srpr/logo11w.png”;
{label_field} = “<a href=‘http://www.google.com’><img src=’”.$pic_url."’ width=‘600’ height=‘200’></a>";
but this approach does not work with a “HTML Image” field???
How can I get this to work with a “HTML Image” field?
Thanks for any help.