Hi Justin,

The difference in the two sample codes that allows one to render its
link to a new browser is by setting the 'target' attribue of a link
element to '_blank' -

a.target = '_blank';

Hope that helps,
Austin


On Nov 9, 1:35 pm, justinwhedon <[EMAIL PROTECTED]> wrote:
> I am setting up a website and we are using the agenda view of google
> calendar to display the next 5 events coming up on their homepage.
> When you click on the event title obviously it sends you to their
> google calendar page.  Is there a way to change this so I can make the
> link go to a page on their website or even a tooltip popup with the
> information?
>
> OK.  So I've been playing with this for a few hours... I've figured
> out a few ways to do different things, but not what I want/need to
> do.  I'm using JSON to get the events and list them on the page.  On
> the JSON samples page (http://code.google.com/apis/gdata/
> samples.html#JSON) there are good examples.  The one for the calendar
> is basically what I'm using.  That one doesn't do what I want it to
> do, but the sample for the blogs does.  After it populates the
> information, if you click on the title/link it goes to a new page. I
> can't seem to find the difference in the code... can anyone help?
>
> ~ justin


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Calendar Data API" 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-calendar-help-dataapi?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to