fddd

<script language="JavaScript" type="text/javascript">
function exportChart(exportFormat)
{
// checks if exportChart function is present and call exportChart function
if ( FusionCharts('login').exportChart )
FusionCharts('login').exportChart( { "exportFormat" : exportFormat } );
else
alert ( "Please wait till the chart completes rendering..." );

}
if ( FusionCharts('logins').exportChart )
FusionCharts('logins').exportChart( { "exportFormat" : exportFormat } );
else
alert ( "Please wait till the chart completes rendering..." );

}
</script>

上一篇:MYSQL 执行计划


下一篇:简单的jquery ajax文件上传功能