1。document.form1.ctype.value="add";这句话是什么意思? document.form1.submit();
2。rs=conn.execute(sql) 中的execute 是什么?
3。window.navigate("index.asp?time="+now.getTime());这句话是什么意思?window.navigate是什么?
4。<meta http-equiv="Content-Language" content="zh-cn">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0"> <meta name="ProgId" content="FrontPage.Editor.Document"> <meta http-equiv="Content-Type" content="text/html; charset=gb2312">
它们中的meta是定义什么?这四句话帮我解释下,还有其中的http-equiv,content,name是什么?
5。<body topmargin="0" leftmargin="0">中的topmargin,leftmargin 各指什么?
6。<table border="1" cellpadding="4" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="760" height="100">中的style="border-collapse: collapse" 是定义什么?
7。<input type="hidden" name="ctype" >中的hidden 是定义什么?(除了隐含外,在页面上是怎么显示的?)
8。<link rel="stylesheet" type="text/css" href="css.css">这句是什么意思?
9。<td colspan=2>中的colspan 是指什么?
好心的GGJJ帮拉小弟一把,谢谢了~~~~~~~~~