Hi, I'm having an issue with dynamically generating the href for an Imagefield.
If I hard code the url in, the image appears, but when I build the image using a string and data from a text field, the image doesn't show.
When i email the xml data from the form, the href for both fields is the same.
The code I am using is,
var img = concat("http://website/logos/",form1[0].UT_870_Logo);
ImageField6.value.image.href = "http://website/logos/Logo.tif";
ImageField6.access = "readOnly";
ImageField5.value.#image.href = img;
Is what I am trying to do possible.
Thanks
Mark