javascript to update a form field

Hi Everyone,

I have created an HTML field and then set the javascript onClick event to run the code

alert(‘hello’);

but it seems not to work? I am doing tests because what I want to do is increment a different integer field each time the HTML image field is clicked.

Any ideas?

Thank you,
sifa

Re: javascript to update a form field

Can you show your code and mentioned where/how it is called?

Regards,
Scott.

I have the same problem, any solution?