摘要: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml" ><head> <title&... 阅读全文
posted @ 2009-07-13 18:19 LeimOO 阅读(1726) 评论(0) 推荐(0) 编辑
摘要: html页面代码:<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=gb2312"> <title>增加Table行</title> </head> <script> function addRow(obj) { //... 阅读全文
posted @ 2009-07-13 18:10 LeimOO 阅读(364) 评论(0) 推荐(0) 编辑
摘要: 按钮式:   <INPUT name="pclog" type="button" value="GO" onClick="location.href='http://9ba.cn/'">链接式:  <a href="javascript:history.go(-1)">返回上一步</a>  <a href="<%=Request.ServerVari... 阅读全文
posted @ 2009-07-13 17:57 LeimOO 阅读(402) 评论(0) 推荐(0) 编辑