|
Hi, I need help please: ( i hope this is the correct forum as i could not find Vbscript)
The foll code works within a WebTextEdit - ClientSideEvents: (javascript) var edit = igedit_getById("FG1010NItemD"); edit.Element.style.backgroundColor = 'red';
I need to execute this code within a VBscript code window:
I would like to add the above code & set the WebTextEdit object:
If "aObjects("FG1010NItemD")" = "avar1" then fcTrigger = "ERR: Description is a required field"
var edit = igedit_getById("FG1010NItemD"); edit.Element.style.backgroundColor = 'red'; End If
Please Assist, Regards
|