No tab/page refresh when internet options internet settings are set to never

This is a discussion on "No tab/page refresh when internet options internet settings are set to never" within the JavaScript Forum section. This forum, and the thread "No tab/page refresh when internet options internet settings are set to never are both part of the Program Your Website category.


 Subscribe in a reader

Go Back   Webforumz.com > Main Forums > Program Your Website > JavaScript Forum

Notices




Reply
 
LinkBack Thread Tools
  #1  
Old Oct 17th, 2007, 05:29
New Member
Join Date: Sep 2007
Location: India
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Smile No tab/page refresh when internet options internet settings are set to never

Hi Experts here,
Pls help.
first I set the following in IE6 :Under Tools/Internet Options...
1) Temporary Internet file [Settings...]
2) Check for newer versions of stored pages
3) "Never" option is selected
Double click a category to change the current one; tab category stays the same.No tab/page refresh when internet options under temp internet settings are set to
never retrieve new stored pages.
please help me How to do that should work properly .


Thanks and Regards,
Srinivas yadav.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote

  #2  
Old Oct 17th, 2007, 06:05
Rakuli's Avatar
SuperMember

SuperMember
Join Date: Sep 2007
Location: Australia
Age: 24
Posts: 956
Blog Entries: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Re: No tab/page refresh when internet options internet settings are set to never

Hi there,

Can you explain in more detail as I cannot understand what you mean regarding

Quote:
Originally Posted by srinivasyadav
Double click a category to change the current one; tab category stays the same.No tab/page refresh when internet options under temp internet settings are set to
never retrieve new stored pages.
What are you double clicking?
Last Blog Entry: The wannabe juggler's quest (Oct 27th, 2007)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #3  
Old Oct 17th, 2007, 07:39
New Member
Join Date: Sep 2007
Location: India
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Smile Re: No tab/page refresh when internet options internet settings are set to never

I am here double clicking the selected option which is written

<select id="tax" ondblclick="refresh()">value<select>
following is in script tag
function refresh()
{
parent.location.reload(home.jsp);
}

I want when setting the browser internet option ->settings to never than also
refresh the my home page but it is not working.

please give any clue
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #4  
Old Oct 17th, 2007, 07:53
Rakuli's Avatar
SuperMember

SuperMember
Join Date: Sep 2007
Location: Australia
Age: 24
Posts: 956
Blog Entries: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Re: No tab/page refresh when internet options internet settings are set to never

IE is just terrible for caching. You can try adding something random to the query string

parent.location.reload('home.jsp?random=' + Math.rand() * 100000);

This sometime tricks IE into reloading correctly
Last Blog Entry: The wannabe juggler's quest (Oct 27th, 2007)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Reply

Thread Tools

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

Similar Threads
Thread Thread Starter Forum Replies Last Post
New Internet? CloudedVision Webforumz Cafe 0 Feb 19th, 2008 21:00
UK internet alexgeek Webforumz Cafe 24 Feb 14th, 2008 19:57
1 & 1 internet thriftyspider Databases 12 Nov 25th, 2007 12:34
internet speed alexgeek Webforumz Cafe 42 Oct 11th, 2007 19:23
Internet JacobHaug Webforumz Cafe 5 Mar 6th, 2007 18:47


All times are GMT. The time now is 23:45.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42