Does anyone knows why history does not ork propertly on IE ?

I have this on my .html

<iframe src="javascript:''" id="__gwt_historyFrame" style="width:
0;height:0;border:0"></iframe>

and on my java code

History.addValueChangeHandler(this);
String initToken = History.getToken();
if (initToken.length() == 0) {
        History.newItem("index");
}
History.fireCurrentHistoryState();

So in firefox works fine, but on IE it goes to the server requestiong
the same page, it should not do that, or at least it shouldn't be so
obvious, cuz my page goes blank and the it appears again with the new
changes, how can i avoid this?.

Regards,
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to