T
Termin_Terminator
Hello everybody,
I am using an HTML anchor "<A contenteditable=true></A>" element with
the property 'contenteditable=true' to make it editable for the user.
Inside JScript or JavaScript I am looking for a way to select the
content of this anchor via Code.
There is already the JScript method "select()" but it works only on
INPUT and TEXTAREA objects and not on A objects.
Please any advice? Thanks in advance.
Good bye -
Termin_Terminator
I am using an HTML anchor "<A contenteditable=true></A>" element with
the property 'contenteditable=true' to make it editable for the user.
Inside JScript or JavaScript I am looking for a way to select the
content of this anchor via Code.
There is already the JScript method "select()" but it works only on
INPUT and TEXTAREA objects and not on A objects.
Please any advice? Thanks in advance.
Good bye -
Termin_Terminator