Re: How to forward in GWT?

2008-12-17 Thread Jason Morris
Window.Location.assign(String url) Should do what you're looking for. crnl...@gmail.com wrote: I have a problem when creating forward in different apps in GWT. I tryed to implement it by using method WIndow.Location.replace (String url), But by this way I can't back to History.

Re: How to forward in GWT?

2008-12-17 Thread crnlm.cn
3x very much! --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to Google-Web-Toolkit@googlegroups.com To unsubscribe from this group, send email to

How to forward in GWT?

2008-12-16 Thread crnl...@gmail.com
I have a problem when creating forward in different apps in GWT. I tryed to implement it by using method WIndow.Location.replace (String url), But by this way I can't back to History. Window.open() may not be use because of Refusing by most of browers. Is there another method to implement