摘要:
<script type="text/javascript">function anHeJi(){ var count,cheng; count=0; for(var i=1;i<=3;i++) { cheng = document.getElementById("num"+i).value * document.getElementById("price"+i).value; count += cheng; } document.form.total.value = count;}</script>&l 阅读全文
摘要:
<p style="background:#666; font-weight:bold; padding:10px; font-size:30px; font-family:Georgia; text-align:center;"><script type="text/javascript">farbbibliothek = new Array();farbbibliothek[0] = new Array("#FF0000","#FF1100","#FF2200",&q 阅读全文
摘要:
<%const OBJ_RST = "ADODB.Recordset"const OBJ_CONN = "ADODB.Connection"const OBJ_STRM = "ADODB.Stream"const OBJ_FSO = "Scripting.FilesyStemObject"const OBJ_XHTP = "MSXML2.XMLHTTP"const OBJ_DOM = "MSXML2.DOMDocument"'/////////基础操作函数部分& 阅读全文