Hi, When you say this is an HTML gadget do you mean the gadget is of type="html"? If so, having a link to another page will essentially take the viewer outside of the gadget onto another page (that you're linking to), and you will lose the ability to call parts of the gadgets API.
What I would recommend is to, instead of linking to an external page, have multiple sets of content that get toggled with JS when someone clicks each of the buttons. Then the users remain in your gadget. For example, you could have 3 <div> tags: 1 for the main content, 1 for matematica, 1 for palabra. The main content would be visible when the gadget loads. When a link to matematica is clicked, JS would toggle the visibility of main content and matematica, hiding the main content and displaying the matematica content. Does that make sense? Best, Dan On Oct 29, 5:20 am, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > Hi there: > > Im having trouble setting up the <a href = ""> in my html > gadget. I initially have a welcome page with two buttons that > depending in which the user click lead him/her to the game i want. > Assuming my welcome page is named index.html and the two games are > called matematica.html and palabra.html. How could i possibly made > reference to those other two html files from the buttons of my welcome > page. Hope someone can answer me thatnks for the attention. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "iGoogle Developer Forum" 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-Gadgets-API?hl=en -~----------~----~----~----~------~----~------~--~---
