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 ?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit" group.
To post to this group, send email to [email protected]
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
-~----------~----~----~----~------~----~------~--~---