Page 1 of 1

Will eValid work with JavaScripts

PostPosted: Thu Oct 10, 2019 10:23 am
by StefenB
Greetings.

What does eValid do about JavaScript?

Will eValid run a JavaScript and what about errors?

Thanks

Re: Will eValid work with JavaScripts

PostPosted: Fri Oct 11, 2019 12:15 pm
by eValid
StefenB wrote:Greetings.

What does eValid do about JavaScript?

Will eValid run a JavaScript and what about errors?

Thanks


Thanks for posting your question StefenB.

Yes, eValid can run a JavaScript that is loaded into a page. here is the manual page:

http://e-valid.com/Products/Documentati ... cript.html

Note that there are also some commands that will help as you debug a JavaScript that you've added to your web page.

Disclaimer: Error tolerance by eValid is very strict.

Any JavaScript error stops execution with a message as to where the error happened -- and no other information.

The idea is, if you're playing with user-supplied JavaScript it will have been debugged in a JavaScript test environment, which is not what eValid is intended to be.


-- eValid Support