I did look, I didnt understand it ;) I did try a few things I saw in it like; $wnd.__gwt_historyToken = arg;
But that failed. On Jun 1, 9:57 pm, Alex Rudnick <[email protected]> wrote: > One of the neat things about GWT is that it's open source :) > > You could take a look at HistoryImplIE6 to see (exactly) how GWT does it. > > > > > > On Mon, Jun 1, 2009 at 3:52 PM, darkflame <[email protected]> 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? > > -- > Alex Rudnick > swe, gwt, atl --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
