Re: Change Browser Address Dynamically

2008-12-03 Thread obesga

You want to change your url WITH or WITHOUT a new http petition and
refresh with a new page ?

Refresing url bar into de browser without changing host page it's
impossible, at least the way you're telling

The #historytoken is the only way

See documentation for how it works and as a live example !

http://code.google.com/docreader/#p=google-web-toolkit-doc-1-5&s=google-web-toolkit-doc-1-5&t=OverviewUsingGWT

On 3 dic, 09:20, jake H <[EMAIL PROTECTED]> wrote:
> or u can use
>         Window.Location.assign(url);
--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Re: Change Browser Address Dynamically

2008-12-03 Thread jake H

or u can use
Window.Location.assign(url);
--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Re: Change Browser Address Dynamically

2008-12-02 Thread alex.d

Not really. With ajax your URL typically doesn't change. But with
HistoryListener you can implement smth. like:

http://www.mysite.com/mycompany/myproj.html#HOME
http://www.mysite.com/mycompany/myproj.html#ABOUTUS

For more info - read help on HistoryListener.

On 3 Dez., 07:35, Ryan <[EMAIL PROTECTED]> wrote:
> Hi everybody,
>
> Is there a provision to change the browser address dynamically.
> For e.g if my current browser address ishttp://www.mysite.com/home
> When i click a hyperlink lets say "about us"
> then the browser address should change tohttp://www.mysite.com/aboutus
>
> regards,
> cherian
--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Change Browser Address Dynamically

2008-12-02 Thread Ryan

Hi everybody,

Is there a provision to change the browser address dynamically.
For e.g if my current browser address is http://www.mysite.com/home
When i click a hyperlink lets say "about us"
then the browser address should change to http://www.mysite.com/aboutus

regards,
cherian
--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---