I have a DIV containing iFrame. iFrame contains some HTML. At some point I need to reference outer DIV. I don't know id or name of the DIV or iFrame. Is this possible? I think there should be a way to crawl up the DOM tree from current position.
I know this I can do this by server side scripting but I would rather do it this way if possible.
Thanks for your help
Pet
I know this I can do this by server side scripting but I would rather do it this way if possible.
Thanks for your help
Pet