如果你的客户只使用IE内核的程序,你可以用VML绘制,挺方便的.
我给一个简单示例,如下.你也可以访问
<html xmlns:v="urn:schemas-microsoft-com:vml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<STYLE>
 v\:* { BEHAVIOR: url(#default#VML) }
</STYLE>
<head>-----------------------------------------------------------------------
也可以参考我做的台风路径,这里台风信息由全用Javascript+VML客户端绘制<body>
<div id="Layer1" style="position:absolute; left:16px; top:18px; width:241px; height:100px; z-index:1"><v:oval style="position:relative;left:180;top:15;width:50;height:50"/></div>
<img src="http://www.google.com/intl/zh-CN_ALL/images/logo.gif">
</body>
</html>