3
Reply

Java script syntax doubt

Ask a question
jayaprakash R

jayaprakash R

14y
8.4k
1

Hi all,
I am creating a folder tree using xml,xsl,javascript...
In that - I am passing the div tag object to a function as an argument named for intstance as diventity
in javascript what does the following code does...
function
expand(diventity) {
var oImage
oImage = entity.childNodes(0).all["image"]--- What does this code does .
oImage.src = entity.imageOpen
}
 

Answers (3)