[thelist] frames with flash nav

Kasimir K evolt at kasimir-k.fi
Wed Nov 16 02:48:48 CST 2005


Greg scribeva in 2005-11-16 01:41:
> hey, i have a flash nav bar, and when i put
> 
> getURL ("KeyCodeDetector.html", bottomFrame);
> 
> in the button, and when i open it in firefox, it just when i click the
> button opens in a new window.

Probably because the nav frame can't 'see' the bottomFrame. So when FF 
gets instruction to open the new document in the named frame, and in 
can't find it, then it creates a new frame, or new window to be precise, 
and gives it name 'bottomFrame'.

Try using the full path to the frame like this:
getURL ("KeyCodeDetector.html", parent.bottomFrame);


.k



More information about the thelist mailing list