Proszę bardzo najprostrzy przyklad który według tego co jest na ich stronie powinien działać. Pytanie co jest źle ?
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>TTT</title>
<meta name="author" content="noname" />
<meta http-equiv="Refresh" content="7200" />
<meta name="Keywords" content="Wykres" />
<meta name="Description" content="Wykres" />
<!-- Date: 2012-12-02 -->
<script type="text/javascript" src="../jquery-1.8.3.min.js"></script>
<!--[if lt IE 9]><script language="javascript" type="text/javascript" src="../jqplot/excanvas.js"></script><![endif]-->
<script type="text/javascript" language="JavaScript" src="../jqplot/plugins/jquery.jqplot.min.js"> </script>
<script type="text/javascript" language="JavaScript" src="../jqplot/plugins/jquery.min.js"> </script>
<script type="text/javascript" src="../jqplot/plugins/jqplot.canvasTextRenderer.min.js"></script>
<script type="text/javascript" src="../jqplot/plugins/jqplot.canvasAxisLabelRenderer.min.js"></script>
</head>
<body>
<div id="chart1" style="height:400px;width:300px; ">
</div>
<script type="text/javascript">
$(document).ready(function(){
var plot1 = $.jqplot ('chart1', [[3,7,9,1,4,6,8,2,5]])<img src='http://forum.pcfoster.pl/public/style_emoticons/<#EMO_DIR#>/disagree.png' class='bbc_emoticon' alt=';' />
})<img src='http://forum.pcfoster.pl/public/style_emoticons/<#EMO_DIR#>/disagree.png' class='bbc_emoticon' alt=';' />
</script>
</body>
</html>