#1 (permalink)  
Old 01-11-2007, 05:08 AM
Registered User
 
Join Date: Jan 2007
Posts: 1
Unhappy Frameset Reload in Mozila Firefox 2

Hi All
i m facing a strange problem. i have designed my website in frames there are three frames Left,top and right. A files is opened in right frame on some save settings event i want to reload the whole frameset currently i m using 'parent.location.reload();' its works fine for IE but in Firefox the whole frames continue to reload infinite times .


any help plz.


aSIM.
Reply With Quote

  #2 (permalink)  
Old 03-21-2007, 03:50 PM
Registered User
 
Join Date: Mar 2007
Posts: 1
I was wondering if you have resolved the reloading issue. I am having the same problem with firefox reloading multiple times with top.location.reload(). The same code works fine in IE. Thanks!
Reply With Quote
  #3 (permalink)  
Old 03-21-2007, 06:52 PM
Leprakawn's Avatar
Moderator
 
Join Date: Jan 2004
Location: Outside, and playing with your invisible friends.
Posts: 1,130
Send a message via AIM to Leprakawn Send a message via Yahoo to Leprakawn
I have no idea if this will fix the issue, but this is what I use
HTML Code:
<script language="javascript"><!--
if (self.location.href == top.window.location.href)
{ top.window.location.href = "PAGE-TO-LOAD-IN.php" }
//--></script>
__________________
Like my spiffy, unique signature?
ŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻŻ
Code:
         ...,,.,.,.
        /          \
__oooo__[///]--[\\\]__oooo__
Reply With Quote
  #4 (permalink)  
Old 03-27-2007, 08:27 AM
Registered User
 
Join Date: Mar 2007
Posts: 1
Use somthing like top.document.location = top.document.location instead of top.document.location.reload();

It worked for me.
Reply With Quote
Reply


Thread Tools
Display Modes Rate This Thread
Rate This Thread:

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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
framespacing="0" problem solved cssiscool Programming and Scripting 4 06-14-2007 08:27 AM
webpage in IE ok, in Firefox not! seccondbest Programming and Scripting 2 12-03-2006 06:21 PM
Fits with Difference between IE & Firefox tibwebb Programming and Scripting 1 10-14-2006 08:02 PM
Changing table border colours in firefox?? tekengine Browsers 5 09-30-2006 09:58 PM
Background colour not displaying in Firefox... CSS problem? christhorn Programming and Scripting 4 02-02-2006 04:29 PM


All times are GMT -5. The time now is 05:46 PM.

 
Bitrix
Clicky Web Analytics
CloudContacts
Maxtango


Subscribe to our feed | add to myYahoo!

Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.2.0
© 1997-2007 HTMLCenter