2013年4月23日

摘要: <!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></title><style type="text/css">.black_overlay{d 阅读全文

posted @ 2013-04-23 15:37 IT_louis 阅读(276) 评论(0) 推荐(0) 编辑

摘要: <html><body><table width="100%" align="center" border=0> <tr> <table width="100%" border=1> <tr> <td width="50%"> biaoti1321 </td> <td width="50%"> biaoti2321321 </td> <td>&nbsp; & 阅读全文

posted @ 2013-04-23 15:36 IT_louis 阅读(252) 评论(0) 推荐(0) 编辑

摘要: <Html><HEAD><TITLE>javascript从excel中读取数据并显示</TITLE><SCRIPT LANGUAGE = JavaScript>function addfile(){var exApp = new ActiveXObject("Excel.Application");var exWBook = exApp.workbooks.open("c:\\001.xls")var exWSheet = exWBook.Worksheets(1);//document.wr 阅读全文

posted @ 2013-04-23 15:35 IT_louis 阅读(214) 评论(0) 推荐(0) 编辑

摘要: 1、选中去除文本框文字,离开后显示原有文字: <input name="key" type="text" id="key" value="关键词" size="30" onmouseover=this.focus();this.select(); onclick="if(value==defaultValue){value='';this.style.color='#000'}" onBlur="if(!value){value 阅读全文

posted @ 2013-04-23 15:34 IT_louis 阅读(502) 评论(0) 推荐(0) 编辑

摘要: <html><head><title>jquery表格操作</title><script language="javascript" src="http://www.codefans.net/ajaxjs/jquery1.3.2.js"></script></head><body><a href="#" onclick="add_line();">添加一行</a>&nbsp;&nb 阅读全文

posted @ 2013-04-23 15:33 IT_louis 阅读(346) 评论(0) 推荐(0) 编辑

摘要: function onchangeShow(pid){ $.ajax({ cache:false, url:'<%=path %>/aticle_ajax/twoclass.action', type:'post', dataType:'json', data:{pid:pid}, success:update_c }); }function update_c(json){ var sort=json.sort; var s_root=document.getEl... 阅读全文

posted @ 2013-04-23 15:31 IT_louis 阅读(176) 评论(0) 推荐(0) 编辑


Copyright © 2024 IT_louis
Powered by .NET 9.0 on Kubernetes