It sounds like you could use an Anchor widget here. Of course, regular
HTML tags should work fine too.

http://google-web-toolkit.googlecode.com/svn/javadoc/1.6/com/google/gwt/user/client/ui/Anchor.html

Hope this helps!

On Mon, Apr 27, 2009 at 5:30 PM, Ice13ill <andrei.fifi...@gmail.com> wrote:
>
> Hi, I'm trying to build an application containing sub-applications;
> each sub-app is opened by clicking on a Hyperlink widget.
> Problem: when hovering above one of the hyperlinks, the browser
> displays http://site.com/currentapp/# (because the Hyperlink is
> constructed using "" arguments and thus, i use Window.open(...) to
> open the needed sub-application)
> Can make the Hyperlink to display the URL of the sub-application i
> want to open ? (ex: current application is http://site.com/currentapp
> and i want to open http://site.com/2ndapp). Or do i have to use/can i
> use <a href="..." > ...</a> tags ?
> >
>



-- 
Alex Rudnick
swe, gwt, atl

--~--~---------~--~----~------------~-------~--~----~
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 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to