Hi Stu,
Thanks, I understand it. It must be possible to but call this JavaScript from my browse after the tagging is done. But unfortunate I cannot get it working yet here.
For trying this out I have two buttons in my form. Button ‘bTest2’ should disable ‘bTest1’. The name of the form in the IDE is ‘wF_TerugmeldingUit’, but in the browser if I got it right the name is ‘wF_TerugmeldingUit_frm’.
I tried all kind off combinations like:
'$(''wF_TerugmeldingUit_frm_bTest1'').attr(''disabled'', ''disabled'')'
'$(''.bTest1'').attr(''disabled'', true)'
But nothing works so far. So either I didn’t get the form name plus something else right in the way you meant or my JavaScript syntax is wrong.
For being sure I tried
'alert$(''Hello'')'
which is working, indicating that at least simple JavaScript works from that particular button.
What am I missing?
Thanks, again,
Koen