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

有一句话看不懂,请给位给解释一下

2011-12-25 
有一句话看不懂,请给位给解释一下。inputnamevalidate_codesize 9 onBlur isGoodCode(this) onKey

有一句话看不懂,请给位给解释一下。
<input   name=validate_code   size= "9 "   onBlur= "isGoodCode(this); "   onKeyPress= "popupChofo.hide(); "   onFocus= "document.getElementById( 'JFSIdentifying ').src= '/servlet/JFSIdentifying?width=62 '; ">

“/servlet/JFSIdentifying?width=62 ';”这是什么意思?

[解决办法]
应该是路径传值
[解决办法]
提交到在web.xml中配置的名为JFSIdentifying的servlet,并给它传递一个值

热点排行