That worked great. Thanks!
On Sep 22, 1:19 pm, "Bijoy Thangaraj" <[EMAIL PROTECTED]> wrote:
> Hello,
>
> Check this:http://code.google.com/apis/desktop/docs/releasenotes-v55.html#s26
>
> Use
> framework.openUrl('http://www.worldofwarcraft.com/wrath/intro.xml<http://www.worldofwarcraft.com/wrath/intro.xml>')
> in your method.
>
>
>
> On Mon, Sep 22, 2008 at 10:10 PM, Steven <[EMAIL PROTECTED]> wrote:
>
> > I'm new to working with Google Desktop Gadgets. I've search this
> > group and the web quite a few times now and quite a few ways looking
> > for a answer to this. I'm hoping someone can help.
>
> > I was modifying the sample count down Gadget and wanted to add a
> > Button to it. When the user clicks the button, I want it to take them
> > to a specific url that I code into the gadget.
>
> > ------------------------------------------------------------------
> > Example:
>
> > from main.xml
>
> > <button height="24" name="button1" width="24" x="17" y="12"
> > onclick="button1_onclick()"
> > downImage="play.png" image="play2.png" overImage="play.png" />
>
> > from main.js
>
> > function button1_onclick() {
> > movieWindow = window.open('http://www.worldofwarcraft.com/wrath/
> > intro.xml <http://www.worldofwarcraft.com/wrath/intro.xml>');
> > }
> > ------------------------------------------------------------------
>
> > Am I doing something wrong or is this not possible in Google Gadgets
> > for security reasons?
>
> > Also, I'm just trying to get more familiar with Google Gadgets since
> > I've worked with Yahoo Widgets in the past so I'm not in a hurry for
> > the answer. (i.e. my job doesn't depend on this) :)
>
> > Any help or assistance is greatly appreciated.
>
> --
> Thanks and Regards,
> Bijoy Thangarajhttp://www.gdgadgets.com/
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google Desktop Developer Group" 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-Desktop-Developer?hl=en
-~----------~----~----~----~------~----~------~--~---