-
Execute Javascript within VBscript
Hi, I need help please:
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
var edit = igedit_getById("FG1010NItemD"); edit.Element.style.backgroundColor = 'red';
End If
Please Assist, Regards
-
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
Bookmarks