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.
|
|
|
|
|
![]() |
||
No tab/page refresh when internet options internet settings are set to never
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
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. |
|
|
|
||||
|
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:
Last Blog Entry: The wannabe juggler's quest (Oct 27th, 2007)
|
|
|||
|
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 |
|
||||
|
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)
|
![]() |
| Thread Tools | |
|
|
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 |