Your doctype has to be set correctly for history to work in IE. What
is your doctype set to?

It should be:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://
www.w3.org/TR/html4/loose.dtd">

On Jun 15, 2:02 am, Gabriel Gutierrez <gutierrez...@gmail.com> wrote:
> 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 Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to