HighDots Forums  

window.location.reload() with Mozilla & IE

Javascript JavaScript language (comp.lang.javascript)


Discuss window.location.reload() with Mozilla & IE in the Javascript forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Mike Gifford
 
Posts: n/a

Default window.location.reload() with Mozilla & IE - 10-17-2003 , 02:38 PM






Hello,

I'm right now using
window.location.reload()

to refresh the browser. It behaves as I would want in Mozilla/Netscape,
but not in IE.

I want to refresh a form, but keep the cached content as it has been
filled out be the user.

This works fine in Mozilla (keeping modified data), but just reloads the whole page (fields &
all) from the server in IE.

How do I get IE to preserve the data in the form, just pull down
everything else?

Thanks!

Mike

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

Default Re: window.location.reload() with Mozilla & IE - 10-17-2003 , 03:49 PM






Mike Gifford wrote:
Quote:
Hello,

I'm right now using
window.location.reload()

to refresh the browser. It behaves as I would want in Mozilla/Netscape,
but not in IE.

I want to refresh a form, but keep the cached content as it has been
filled out be the user.

This works fine in Mozilla (keeping modified data), but just reloads the whole page (fields &
all) from the server in IE.

How do I get IE to preserve the data in the form, just pull down
everything else?

Thanks!

Mike

Try
window.location.reload(false);
http://msdn.microsoft.com/workshop/a...asp?frame=true
http://devedge.netscape.com/library/...n.html#1194198
False is supposed to be the default value... so it should have worked
the way you coded it.
You may need to search google for tutorial, articles on cache. Best is
to start searching this newsgroup archives as I'm sure this was
discussed before.

DU
--
Javascript and Browser bugs:
http://www10.brinkster.com/doctorunclear/
- Resources, help and tips for Netscape 7.x users and Composer
- Interactive demos on Popup windows, music (audio/midi) in Netscape 7.x
http://www10.brinkster.com/doctorunc...e7Section.html



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 - 2008, Jelsoft Enterprises Ltd.