@ http://code.google.com/intl/nl/apis/chart/docs/post_requests.html

<form action='http://chart.apis.google.com/chart' method='POST' chid
='post_form'
         onsubmit="this.action = 'http://chart.apis.google.com/chart?
chid='
+ (new Date()).getMilliseconds(); return true;">

should be

<form action='http://chart.apis.google.com/chart' method='POST' id
='post_form'
         onsubmit="this.action = 'http://chart.apis.google.com/chart?
chid='
+ (new Date()).getMilliseconds(); return true;">

-----
the ID of the form is miss spelled

-- 
You received this message because you are subscribed to the Google Groups 
"Google Chart 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-chart-api?hl=en.

Reply via email to