Same page displayed when content changes

L

Lenard Gunda

Hi!

I have the following problem.

From my main page, when someone clicks a button, it uses client side
javascript to open another .aspx page. This page displays content, based on
what the first page is set to show. If you change the first page, and click
the button again, the newly opened page will show other things. Nothing
special. It also works fine, except ...

.... except on one machine. I don't know if it counts, this one uses NT 4.0
with IE 6.0, while most of the other test machines use either Windows XP or
Windows 2000 Professional. On this NT4 machine, when you click the button,
the new page opens, however, it displayes the same page, that was shown
before (if it was shown before, else it's of course new content). If I press
F5, the page is refreshed, and the new content is shown. It's as if IE would
not recognize, that the contents of the page has changed.

Neither the first, nor the second page uses caching, because their content
changes to much, it would be pointless to apply caching. I checked the pages
also manually, so they don't accidently set anything, but they don't. So I
cannot know, why that NT4 machine displays the same page, as if the content
didn't change (and why all other machines work well).

The same machine had previously a problem with images (generated by .aspx
pages...). Then, the solution was that I added a GET parameter to the page
name, which changes always, in other ways it's useless. But when this
parameter changes, IE would reload it, because the URL is different.
Probably applying the same technique to this open page situation, adding a
GET parameter to the page, would solve the problem in this case, but I think
it would stick it's head up again and again in similar situations, so there
should be another way to solve it.

I also checked Internet Explorer options, and the 'Check for newer versions
of the page' option is set to automatic (which is the same as on the other
machines). So it should work, but it doesn't.

Could anyone suggest, what might be the problem on that particular machine,
because for me it seems like the problem is there. Is there something I can
do in the web application to solve the situation?

Thanks

-Lenard
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,534
Members
45,008
Latest member
Rahul737

Latest Threads

Top