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