Friends

I have a submit button that I wish to change it's colour.

I have tried:
updateNodeAttributes('idOfButton', {'style': {'background-color':
'#ff0000'}});
                        
And this does nothing.

What am I doing wrong?

cheers
Worik

Reply via email to