Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
365
igtxt:WebTextEdit to execute a Javascript function
posted

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!

 

Parents
No Data
Reply
  • 365
    posted

    Hi, You to kind and Thank You.

    The problem i have is that, i'm usind a development tool that has the onkey event, with a property where i can insert code.

    like: var edit = igedit_getById("FG2100RefNo"); IsNumeric(edit);

     but no place for me to create the javascript function isNumeric.

     Regards

Children
No Data