`

Select Tag's options process

阅读更多
xml 代码
  1. <html>  
  2. <head>  
  3.   <script src="file:///E:\FrameWork\prototype\prototype-1.4.0\dist\prototype.js"></script>  
  4.      
  5.   <script language="javascript">  
  6.       
  7.       
  8.     function f1()   
  9.     {   
  10.        var els=$('s1').getElementsByTagName('option');   
  11.        // 没有i++   
  12.        for(var i=0;i<els.length;){   
  13.          // alert(els[i].innerHTML);   
  14.          $('s1').removeChild(els[i]);   
  15.        }   
  16.     }   
  17.        
  18.     function f2()   
  19.     {   
  20.        el1=document.createElement('option');   
  21.        el1.value="aa";   
  22.        el1.innerHTML="bb";   
  23.        $('s1').appendChild(el1);   
  24.           
  25.     }   
  26.   </script>     
  27.      
  28. </head>  
  29. <body>  
  30.   <select id="s1">  
  31.     <option>A</option>  
  32.     <option>B</option>  
  33.     <option>C</option>  
  34.     <option>D</option>  
  35.   </select>  
  36.      
  37.   <input type="button" onclick="f1()" value="del">  
  38.   <input id="b2" type="button" onclick="f2()" value="add">  
  39.      
  40.   <a href="create_opener_el.html" target="_blank" >asdf</a>  
  41.      
  42. </body>  
分享到:
评论

相关推荐

    wp-o-matic.1.0RC4.zip

    Campaigns give you the ability to group feeds and select common options for them. So, if you ever decide to change a setting, all the feeds in that logical group will be affected. The best way to ...

    CodeLobster.PHP.Edition.Pro.4.6

    Autocomplete of tags, attributes for current tag, closing tags. • HTML code inspector Inspector makes it simple to find HTML elements buried deep in the page. • CSS autocomplete Autocomplete of ...

    Qemu-1.0.1 for windows

    -virtfs local,path=path,mount_tag=tag,security_model=[mapped|passthrough|none] [,writeout=immediate][,readonly] -virtfs_synth Create synthetic file system image -name string1[,process=string2] set ...

    CodeLobster.PHP.Edition.Pro.4.3.2

    Autocomplete of tags, attributes for current tag, closing tags. • HTML code inspector Inspector makes it simple to find HTML elements buried deep in the page. • CSS autocomplete Autocomplete of ...

    CodeLobster_PHP_Edition_Pro_4.1.0

    Autocomplete of tags, attributes for current tag, closing tags. • HTML code inspector Inspector makes it simple to find HTML elements buried deep in the page. • CSS autocomplete Autocomplete of ...

    CodeLobster PHP Edition Pro 4.0.1

    Autocomplete of tags, attributes for current tag, closing tags. • HTML code inspector Inspector makes it simple to find HTML elements buried deep in the page. • CSS autocomplete Autocomplete of ...

    微软内部资料-SQL性能优化2

    Each process’s virtual address space is split into user and system partitions based on the underlying operating system. The diagram included at the top represents the address partitioning for the 32...

    qemu-0.13.0(编译过全处理器支持)

    usage: qemu [options] [disk_image] 'disk_image' is a raw hard disk image for IDE hard disk 0 Standard options: -h or -help display this help and exit -version display version information and exit -M...

    数位板压力测试

    The availability of drivers that support the features of the specification will simplify the process of developing Windows appli¬cation programs that in-corporate absolute coordinate input, and ...

    ImpREC 1.7c

    - "Select Code Section(s)" to precise where is the code in the target - Fixed bug when loading imports file which contains Exact Call with ordinal - Debug stub scheme added (for getting API from an...

    Bochs - The cross platform IA-32 (x86) emulator

    - re-implemented "options" parameter for additional options of connected devices (currently only used to set the speed reported by device and to specify an alternative redolog file of USB MSD disk ...

    BUS Hound

    Searching is not case sensitive. &lt;br&gt;Drag and Drop &lt;br&gt;To use drag and drop, first select the desired range of lines by clicking on the starting line, then hold down shift and click the ending ...

    php.ini-development

    Note that this directive does not control the &lt;?= shorthand tag, which can be ; used regardless of this directive. ; Default Value: On ; Development Value: Off ; Production Value: Off ; ...

    VB编程资源大全(英文控件)

    &lt;END&gt;&lt;br&gt;28,ColorProgressBar.zip Replaces the standard progress bar with one that is on the order of O(n^2) times faster, with color options, and directional options.&lt;END&gt;&lt;br&gt;29,MDITaskBarDemo.zip...

    FlexGraphics_V_1.79_D4-XE10.2_Downloadly.ir

    - ADD Added checkbox "Keep connector's link" in flex-document property form. - FIX Remaks panel focusing on main form (via PostMessage), since TreeInspector in FlexEditSE captures focus on self. - ...

Global site tag (gtag.js) - Google Analytics