Page 1 of 1

Can I use eValid's DOM ablity to change a value

PostPosted: Wed Mar 12, 2014 11:34 am
by ChrisR
Afternoon:

I'd like to know if eValid can use the DOM manipulation to change a value on the page?

I have this table where it shows an A and I want to change it to a Z.

How do I do that?

Thanks

Re: Can I use eValid's DOM ablity to change a value

PostPosted: Thu Mar 13, 2014 9:31 am
by eValid
ChrisR wrote:Afternoon:

I'd like to know if eValid can use the DOM manipulation to change a value on the page?

I have this table where it shows an A and I want to change it to a Z.

How do I do that?

Thanks


Thanks for posting ChrisR.

First, you should study the resources available to you.

Here is a summary of eValid methods and support that are based on detailed analysis of the DOM of the current page:

http://www.e-Valid.com/Products/Documen ... urces.html

Then, take a look at these example script passages.

http://www.e-Valid.com/Products/Documen ... mples.html

One of these examples includes modifying a DOM value dynamically.

--eValid Support