Page 1 of 1

Retrieve content of a cell in a browse form

Posted: Tue Mar 04, 2025 9:36 am
by yvesf
Hi,

How to retrieve the content of a cell in a embedded browse form ?
I know how to select a row not a cell .
Many thx,

Yves

Re: Retrieve content of a cell in a browse form

Posted: Tue Mar 04, 2025 9:40 am
by kev1n

Code: Select all

function nuSelectBrowse(event, element) {
    alert(element.innerHTML)
}