Page 1 of 1

Running JavaScript programs inside eValid browsers

PostPosted: Thu Feb 14, 2019 12:12 pm
by GreggP
Good afternoon.

Can I run my own JavaScript programs in the eValid browsers?

Thanks

Re: Running JavaScript programs inside eValid browsers

PostPosted: Fri Feb 15, 2019 4:06 pm
by eValid
GreggP wrote:Good afternoon.

Can I run my own JavaScript programs in the eValid browsers?

Thanks


Yes, you can GreggP.

This is the command:

CallJavaScript (wid, function..., frame-path)

The "function" here has to be the name of a JavaScript function that is know to be installed in the current page.

If the function doesn't exist, this command doesn't do anything.

There'll be no restrictions on your JavaScript...it will run in eValid just like any JavaScript on any web page that you can run on eValid.

However, you ought be very, very cautious:

Own-built JavaScript passages can be very unhealthy for otherwise well-behaved web pages.


-- eValid Support