04 2012 档案
摘要:第一章 JavaScript的基本语法1.0 回顾知识点1. 样式表 统一的字体外观样式 <STYLE type="text/css"> font-family:"黑体"; font-size:18px; color:#EF0000; </STYLE> 细边框样式 <STYLE type="text/css"> border-width:1px; border-style:solid; </STYLE>1.1 为什么要学JavaScript javascript旨在使开发人员能对网页..
阅读全文
摘要:1 protected void Page_Load(object sender, EventArgs e) 2 { 3 UILogic.ClearCache(); 4 VPUserInfo userinfo = UILogic.getSession() as VPUserInfo; 5 if (userinfo == null) 6 { 7 //Response.Write("<mce:script type="text/javascript"><!-- 8 top.location.href...
阅读全文