Changeset 16713 for lang/actionscript/todoshare/test/tagTest.html
- Timestamp:
- 07/27/08 22:02:31 (6 months ago)
- Files:
-
- 1 modified
-
lang/actionscript/todoshare/test/tagTest.html (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lang/actionscript/todoshare/test/tagTest.html
r16711 r16713 3 3 <script src="../prototype.js"></script> 4 4 <script> 5 function a() { 6 alert(32); 7 } 5 8 function add5() { 6 9 // alert(5); … … 12 15 function (t) { 13 16 elem(t,2+3); 14 } 17 }, 18 ["button",{onclick:a},"G"] 15 19 ]); 16 20 //elem( $("b"),"X"); 17 //$("b").appendChild(document.createTextNode("Y")); 18 //alert(3); 21 // var bb=document.createElement("button"); 22 // bb.attachEvent("onclick",a); 23 // bb.addEventListener("click",a,false); 24 // elem(bb,"C"); 25 // $("b").appendChild(bb); 26 //alert(3); 19 27 } catch(e) {alert(e);throw e;} 20 28 }
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)