Looking at this again: maybe IE does not handle well the line breaks in your code.
On Fri, Apr 30, 2010 at 2:37 PM, sree <[email protected]> wrote: > Hi, > > Following code working fine with FF and no in IE 8 and 7 > > > <script type="text/javascript" src="http://www.google.com/jsapi"></ > script> > </head> > <script language="JavaScript" type="text/javascript"> > > > google.load('visualization', '1', {packages:['columnchart']}); // > failing here > google.load('visualization', '1', {packages:['piechart']}); // > failing here > > > Thanks > Sreenadh > > -- > 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]<google-visualization-api%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-visualization-api?hl=en. > > -- 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.
