I use GWT Window in smartGWT to try to load another url:
Window.Location.assign(url);
it is working with firefox, but not with Chrome (10.0.648.205).
Is this a bug? Any workaround for that?
Window.Location.assign(url);
it is working with firefox, but not with Chrome (10.0.648.205).
Is this a bug? Any workaround for that?
Comment