You could expose History.newItem() using this technique:

http://groups.google.com/group/Google-Web-Toolkit/msg/c23f2c1685f66b55


On Mon, Jun 1, 2009 at 3:52 PM, darkflame <darkfl...@gmail.com> wrote:
>
> I need to add a history item to parent window from within a Frame, I
> can do this in native javascript with just;
>
> public static native void sendHistory(String arg) /*-{
>     $wnd.parent.document.location.hash=arg;
> }-*/;
>
> However, this triggers a refresh in IE.
>
> Seeing as GWT's History.addItem("") dosnt trigger a refresh, I
> wondered how to replicate it in javascript. (so I can send it to the
> parent frame).
>
> Any ideas?
> >
>

--~--~---------~--~----~------------~-------~--~----~
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