Practical Skill of java script

来源:互联网 发布:115浏览器 for mac 编辑:程序博客网 时间:2024/05/16 15:35

 

  1. 'with' statement:  with (object){statement} . The statement can add object to head of domain link, and then excute statement, and restore domain link after that.
    Such as :  with (frame[1].document.forms[0]){
    name.value="";
    address.value="";
    email.value="";
    Thus it decrease input of code, for no need add prefix frames[1].document.forms[0] before each form attribute. 
  2. ss 
原创粉丝点击