Page 1 of 1

Modify a content link in a webpage

PostPosted: Thu May 30, 2019 9:34 am
by DGeary
Hi.

Can eValid modify the content of a link inside a page "on the fly" ?

Thanks

Re: Modify a content link in a webpage

PostPosted: Fri May 31, 2019 11:06 am
by eValid
DGeary wrote:Hi.

Can eValid modify the content of a link inside a page "on the fly" ?

Thanks


An interesting question DGeary, thanks for asking.

This is a manipulation of the DOM done with two key commands that depend on you knowing the specific index of the DOM element that you want to modify.

The commands you need are:

IndexSet -- to set the sourceIndex value

ValueGetElement -- to read the value of a named property

ValuePutElement -- to write the value of a named property

These are part of the general DOM support architecture:

http://www.e-valid.com/Products/Documen ... cture.html

Let us know if you need more information.


-- eValid Support