igtxt:WebTextEdit to execute a Javascript function
Hi, I need help please.
I have a javascript function within a xslt file.
On my dev tool, I have a WebTextEdit box with the properties & events.
on the KeyPress event i want to add the javascript function IsNumeric().
var edit = igedit_getById("FG2100RefNo"); IsNumeric(edit);
but i get the the error: can't eval.
Please Assist, Regards!
|