HTML input onfocus & onblur?

后端 未结 5 864
醉话见心
醉话见心 2021-02-06 00:49

ok, today I\'m making a helper HTML function. It looks like this:

function Input($name,$type,$lable,$value= null){
  if (isset($value)) {
    //if (this.value==\         


        
5条回答
  •  无人及你
    2021-02-06 01:49

    Or this if you want it to change back to default no matter what text is entered...

    
    

提交回复
热议问题