HTML
小月月~~
喜爱运动,看推理小说
展开
-
DIV+UL表格
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><br /><html xmlns="http://www.w3.org/1999/xhtml"><br /><head><br /><meta http-equiv="Content-Type" content="text/html; charset=gb2312"原创 2010-09-13 00:25:00 · 820 阅读 · 0 评论 -
超链接虚下划线样式
border-bottom-width: 1px; <br />border-top-style: none; <br />border-right-style: none; <br />border-bottom-style: dotted; <br />border-left-style: none; <br />border-bottom-color: #0033CC;<br />原创 2010-09-13 00:26:00 · 637 阅读 · 0 评论 -
javascript页面内容导入Word和Excel
<br />function AutomateExcel(){<br /><br />var elTable = document.getElementById("datatable"); //要导出的table id。<br /><br />var oRangeRef = document.body.createTextRange(); <br /><br />oRangeRef.moveToElementText(elTable); <br /><br />oRangeRef.execCommand("原创 2010-09-13 00:25:00 · 499 阅读 · 0 评论 -
打开加载模态窗体EXT
<br /><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><br /><html xmlns="http://www.w3.org/1999/xhtml"><br /><head runat="server"> <br /><link rel="stylesheet" href="resources/css/ext原创 2010-09-13 00:27:00 · 611 阅读 · 0 评论