六狼论坛

 找回密码
 立即注册

QQ登录

只需一步,快速开始

新浪微博账号登陆

只需一步,快速开始

搜索
查看: 133|回复: 0

innerHTML操作

[复制链接]

升级  14.67%

74

主题

74

主题

74

主题

举人

Rank: 3Rank: 3

积分
244
 楼主| 发表于 2013-2-7 20:00:52 | 显示全部楼层 |阅读模式
<HTML> <HEAD>  <title>多文件上传</title>  <script language="JavaScript">    function addFile()    {     var str = '<INPUT type="file" size="50" NAME="File">'     document.getElementById('MyFile').insertAdjacentHTML("beforeEnd",str)    }  </script> </HEAD> <body>  <form id="form1" method="post" runat="server" enctype="multipart/form-data">   <div align="center">    <h3>多文件上传</h3>    <P id="MyFile"><INPUT type="file" size="50" NAME="File"></P>    <P>     <input type="button" value="增加(Add)" > <input  type="button" value="重置(ReSet)">     <asp:Button Runat="server" Text="开始上传" ID="UploadButton"></asp:Button>    </P>    <P>     <asp:Label id="strStatus" runat="server" Font-Names="宋体" Font-Bold="True" Font-Size="9pt" Width="500px"      BorderStyle="None" BorderColor="White"></asp:Label>    </P>   </div>  </form> </body></HTML> 
您需要登录后才可以回帖 登录 | 立即注册 新浪微博账号登陆

本版积分规则

快速回复 返回顶部 返回列表