I use some javascript that requires the use of the VALUE= in a select box, e.g.
It used to work fine, but when I cleared my site and reuploaded, the file referenced above is no longer uploaded with the rest of my files. I checked the produced html and that is fine:
Has something changed in recent versions of actinic or have I messed up ages ago and not realised? If this will not upload the file, can I use another method (in html) that will cause it to be uploaded but not shown to the customer?
Any ideas?
Thanks,
Paul.
Code:
<OPTION VALUE="<actinic:variable name="Prod_All_ImageA_filename" />" NAME="<actinic:variable name="Prod_All_ImageA_filename" />_thumb.jpg">
Code:
<OPTION VALUE="table-lighter-multi.jpg" NAME="table-lighter-multi.jpg_thumb.jpg">
Any ideas?
Thanks,
Paul.
Comment