hello:
i'm trying to render the cell content within a google vis table to
call an onClick event.
currently:
,{v:'<A target=_new HREF=page.html>click here</A>'}"
i'd like this to be:
,{v:'<A onclick="window.open('popup.html', 'windowname1', 'width=200,
height=77'); return false;" target=#>click here</A>'}
I'm having trouble sorting out how to escape the " chars so that this
string works. Any help/suggestions?
Thank you.
bill
--
You received this message because you are subscribed to the Google Groups
"Google Visualization 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-visualization-api?hl=en.