Hello Logan,

You can specify query string parameters in your gadget spec url and
then access them both for URL and HTML type gadgets. The property you
should interrogate for the query string params is _args().url. You
should be able to parse them out and decode them using a combination
of .split('&') and _unesc.

I cannot put my hand on an example right now but this should not be
too tricky to implement with the help of Firebug.

I hope this helps.

On Oct 1, 2:45 am, "Logan Barron" <[EMAIL PROTECTED]> wrote:
> hello dev,
>
> how can i send parameters to a google gadget...
>
> parameters are generally sent in a url 
> like:http://www.my-app.com/some-request*?param1=x&param2=y&param-n=z*
>
> can someone provide an example on how to send parameters to a gadget...
>
> advTHANKSance,
>
> -amen
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to