Hello everyone,

I have a button and when I click on it, I want the action to run or
invoke a link. Example:

myButton.addClickListener(new ClickListener() {
    public void onClick(Widget sender) {
           runLink("http://192.168.1.123/abc";);
    }
  });

What can I use to run the link? I do not want any results back, nor
display anything, all I want is to run it. Also, I can not display the
link, because it has an internal IP address, which I want to keep
hidden.

Thank you in advance,
Tony
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to