With auto-links I wanted to say "links to the same page".
For example, when the user clicks the link, a condition for an if is met, rendering a block. With IE, instead of the new state of the page, it shows the same state before the click. I will be foreced to break the logic in several pages, instead of using if and blocks...
In the case below, doesn't  the date interfere with the URL?

Jesse Kuhnert wrote:
I don't know what an "auto link" is - but if you are creating ajax
requests then you have to do something stupid like:

// pseudo javascript
var url = "url";
url += new Date();

Otherwise ie will see the same url and not bother to make the request.
 (a premature optimization I guess)

On 8/22/07, Siddhartha Argollo <[EMAIL PROTECTED]> wrote:
Hi all,

I'm having an annoying problem with my pages in IE6. It doesn't happen
with firefox.
When the page has auto-links, sometimes it doesn't refresh when the link
is clicked.
The state before the click continues to be shown in the browser, in
despite of the postback. I have to hit the refresh button to view the
new state of the page. It even happens with the pager of the Grid
component.
I already inject all may pages with

<META CONTENT="NO-CACHE" HTTP-EQUIV="CACHE-CONTROL"></META>
<META CONTENT="NO-CACHE" HTTP-EQUIV="PRAGMA"></META>

Anybody else has notice that? Is there something else I might try to
solve this issue?

Thanks.



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





--
Siddhartha Argollo
Técnico Judiciário
TRE-BA
[EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to