Try looking at Jules page at Charon or browse through the MM extension library, I can't recall where I saw it but there may be an extension available to do that (or was it a tutorial...?)
schase - Do you know how to add script to an image button? If I create a sumbit button with the script shown below, I can get a value to increment, however I have tried to add this scrit to an image button, but it gives me syntax errors.
<input type="button" value="click to increment" onClick="n++; document.forms[0].i.value = n; parent.passText;">
It won't let me add javascript behaviors to the button properties. I have tried just adding the code into the button, in the code window, but it keeps giving me errrors.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.