HighDots Forums  

Popups in firefox can't seem to popuplate a target in a frame

Javascript JavaScript language (comp.lang.javascript)


Discuss Popups in firefox can't seem to popuplate a target in a frame in the Javascript forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
writeson@charter.net
 
Posts: n/a

Default Popups in firefox can't seem to popuplate a target in a frame - 04-05-2005 , 10:32 AM






Hi all,

We're working on a site that uses frames (I know, many people hate
frames, but that's where we are), and we've got a problem. Our site
builds like this:

</head>
<frameset rows="80,*" border="0" frameborder="0">
<frame name="manager" scrolling="no" frameborder="0"
marginheight="0" marginwidth="0" noresize src="http://blahblah.com">
<frame name="mainframe" src="http://devblah.com/">
</frameset>
</html>

The frame "manager" does authentication and other management duties.
The "mainframe" frame is where the actual content of the site goes.
Here is the problem; we have popups on the site that show additional
features. Some of those features help the user select content for the
"mainframe" window. The popup has code that uses target="mainframe" to
direct that content to the correct window. This works fine in IE and
Netscape. However, in Firefox the content doesn't appear in the
"mainframe" at all. Instead a new full screen browser window is created
and the content appears there, no frame at all.

Has anyone else experienced this, and if so, is there anything I can do
to work around this problem?

Thanks in advance,
Doug


Reply With Quote
  #2  
Old   
kaeli
 
Posts: n/a

Default Re: Popups in firefox can't seem to popuplate a target in a frame - 04-05-2005 , 01:48 PM






In article <1112711556.460090.114580 (AT) g14g2000cwa (DOT) googlegroups.com>,
writeson (AT) charter (DOT) net enlightened us with...
Quote:
features. Some of those features help the user select content for the
"mainframe" window. The popup has code that uses target="mainframe" to
direct that content to the correct window. This works fine in IE and
Netscape. However, in Firefox the content doesn't appear in the
"mainframe" at all. Instead a new full screen browser window is created
and the content appears there, no frame at all.

Did you try using
opener.top.frames["mainframe"] instead?

--
--
~kaeli~
He had a photographic memory that was never developed.
http://www.ipwebdesign.net/wildAtHeart
http://www.ipwebdesign.net/kaelisSpace



Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.