正在加载图片...
<SCR| PT language=" Java onFocus事件调用的函数 clearText()清空 function clear Texto) 帐号文本框中的内容 if( document myform card.vaUe="输入您的会员帐号") document. myform card. value= on blur事件调用的函数 check()检查输入的帐 function check( 号是否是“10”打头,并且是数字 var a=document. myform card value if (asubstr(0, 2)!=10 isNaN(a)) alert(("格式错误,请重新输入"); document myform card. focus() 帐号:〖8946 document myform card. select() on Change事件调用的函数 compute(用来计 function compute 算总价 var price= document. myform price value var number= document. myform number value document myformtot value= price*numberACCP V4.0 10 文本框对象 - onChange 事件处理程序 <SCRIPT language="JavaScript" > function clearText( ) { if (document.myform.card.value=="输入您的会员帐号") document.myform.card.value="" ; } function check( ) { var a=document.myform.card.value; if (a.substr(0,2)!="10" || isNaN(a)) { alert("格式错误,请重新输入") ; document.myform.card.focus( ); document.myform.card.select( ); } } function compute( ) { var price= document.myform.price.value; var number= document.myform.number.value ; document.myform.tot.value= price*number; } onFocus事件调用的函数clearText()清空 帐号文本框中的内容 onBlur事件调用的函数check()检查输入的帐 号是否是“10”打头,并且是数字 onChange事件调用的函数compute( )用来计 算总价
<<向上翻页向下翻页>>
©2008-现在 cucdc.com 高等教育资讯网 版权所有