漫漫技术人生路

C#

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

http://www.htmlgoodies.com/primers/jsp/article.php/3594621
http://www.pconline.com.cn/pcedu/empolder/wz/javascript/

http://www.pconline.com.cn/pcedu/empolder/wz/javascript/0607/830035_3.html
function addFile()
{

 var fileButton ="<br><input type='file' size ='50' name='File' class='ButtonCss'/>";
 document.getElementById('FileList').insertAdjacentHtml("beforeEnd",fileButton);

}

NavigateUrl='<%# "a.aspx?f="+Eval("g")>'

posted on 2006-12-05 08:05  javaca88  阅读(134)  评论(0)    收藏  举报