首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > CSS >

html file 按钮更改显示文字有关问题

2013-02-19 
html file 按钮更改显示文字问题在做上传时,file 按钮在部分浏览器下显示的是英文 submit...通过程序把

html file 按钮更改显示文字问题

在做上传时,file 按钮在部分浏览器下显示的是英文 "submit..."

通过程序把显示文字替换成了预想的。但测试时发现只能在 fiefox 浏览器正常运行。在 IE,chrome等浏览器下有安全方面的限制不能正常提交表单。

替换程序如下:

 

      <input type="file"  name="attachment" id="attachment" style="display:none;width:268px; *height:22px;" onchange="jQuery('#path').val(jQuery('#attachment').val())" />      <input type="text" name="path" id="path" onfocus="jQuery('#attachment').click()" />      <input type="button" value="提交" onclick="jQuery('#attachment').click()" />


热点排行
Bad Request.