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

Popular posts from this blog

c++ - Is it possible to compile a VST on linux? -

c# - SharpSVN - How to get the previous revision? -

php cli reading files and how to fix it? -