GWT Frame.seturl different behavior in IE and Chrome -
i create frame in gwt, wanna change frame.set(url) after clicking button. however, found in ie8, no matter url set frame, shows first url set.
while, in chrome, works fine, change page displayed after set new url it.
it bug of gwt or behavior difference of ie , chrome?
string url = gwt.gethostpagebaseurl() + "uploads/disclaimer.html"; frame fame= new frame(url); rootpanel.get().add(frame);
while, found settings of ie playing tracks. ie default settings not check new file in same url automatically.
Comments
Post a Comment