A
Audrius
Hello,
Firstly, I'm not good at JS, so please be patient
I have a quite complicated page structure, where a lot of frames are
created dynamically (same applies to their names). How can I make each
of these frames print itself's name e.g. using alert? I know the name
of the parent frame, and I can include any js in each dynamically
created frame's header.
I've tried using self.name, window.name... but I always get "undefined"
result. Any suggestions?
Audrius
Firstly, I'm not good at JS, so please be patient
I have a quite complicated page structure, where a lot of frames are
created dynamically (same applies to their names). How can I make each
of these frames print itself's name e.g. using alert? I know the name
of the parent frame, and I can include any js in each dynamically
created frame's header.
I've tried using self.name, window.name... but I always get "undefined"
result. Any suggestions?
Audrius