Hi Dan, Sorry for the delay :-) This is not exactly what I meant. Can you send a regular sample (not an F12)?
On 1 בדצמ 2011, at 18:31, Dan <[email protected]> wrote: Sorry for the delay Nez, and thanks for the help, let me know if you need more: <!DOCTYPE html> <!-- Generated by F12 developer tools. This might not be an accurate representation of the original source file --> <HTML><HEAD><TITLE>test</TITLE> <META content=IE=Edge,chrome=1 http-equiv=X-UA-Compatible><LINK rel=stylesheet type=text/css href="http://XXXX/common/css/test.css"> <SCRIPT type=text/javascript src="http://XXXX/common/js/regionalFunctions.js "></SCRIPT> <SCRIPT src=" https://ajax.googleapis.com/ajax/libs/jquery/1.6.4/jquery.min.js"></SCRIPT> <!--Load the AJAX API--> <SCRIPT type=text/javascript src="https://www.google.com/jsapi"></SCRIPT> <SCRIPT type=text/javascript> // Load the Visualization API and the piechart package. google.load("visualization", "1", {'packages':['corechart', 'table']}); var prod = "";var ver = ""; $(function(){ $("select#codeSel").load("/report/filters.php", {prod:$('select#prodSel option:selected').val(), sel:ver}, function() { $("#report").load("/report/codelineReport2.php", {ver:$('select#codeSel option:selected').val(), prod:$('select#prodSel option:selected').val()}); }); $("select#prodSel").change(function(){ $("select#codeSel").load("/report/filters.php", {prod:$('select#prodSel option:selected').val()}); }); $("select#codeSel").change(function(){ $("#report").load("/report/codelineReport2.php", {ver:$('select#codeSel option:selected').val(), prod:$('select#prodSel option:selected').val()}); }); }) </SCRIPT> <SCRIPT type=text/javascript src=" https://www.google.com/uds/?file=visualization&v=1&packages=corechart%2Ctable "></SCRIPT> <SCRIPT type=text/javascript src=" https://www.google.com/uds/api/visualization/1.0/92cbb0f92b037d8f5681d4066f62a719/format+en_GB,default,table,corechart.I.js "></SCRIPT> -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-visualization-api/-/KSaURAETF1kJ. 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. -- 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.
