How to access a DOM object of a scriptlet from its parent DOM - TechRepublic
Question
April 8, 2008 at 02:56 AM
ameya_phadke

How to access a DOM object of a scriptlet from its parent DOM

by ameya_phadke . Updated 18 years, 3 months ago

Hello All,

We are facing a problem in which we need to access DOM object of a DHTML menu from its parent DOM in a webpage. Moreover, this DHTML menu is built in a reusable *scriptlet* embedded in a tag. Here is the actual HTML snippet of that tag –

Take a look at section marked in RED in above HTML, interestingly, if we define the type like this- ?type=text/html?, then we can access DHTML DOM from its parent DOM which contains the tag.

Your pointers would be very helpful.

Note – Let its implementation be in any of the following technologies – JavaScript, .net, win32

This discussion is locked

All Comments