Changeset 17007 for lang/actionscript
- Timestamp:
- 08/03/08 09:36:01 (4 months ago)
- Files:
-
- 1 modified
-
lang/actionscript/todoshare/netacho.html (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lang/actionscript/todoshare/netacho.html
r17005 r17007 12 12 function addn() { 13 13 print ("Addn neta"); 14 var qo={ class:"Neta", content:$("neta").value};14 var qo={"class":"Neta", content:$("neta").value}; 15 15 var holder=printNeta(qo.content); 16 progn( 17 [dbPut,qo], 18 [neta1,holder,qo] 16 progn([dbPut,qo], 17 [neta1,holder,qo] 19 18 ); 20 19 } 20 21 21 function rmHolder(holder) { 22 22 //print ("rming"); … … 43 43 } 44 44 function listAll() { 45 alert("COMP");return; 46 var qo={class:"Neta", content:["*"]}; 45 var qo={"class":"Neta", content:["*"]}; 47 46 var c=compile( 48 47 [dbGet,qo], … … 53 52 }] 54 53 ); 55 print ("COMP2"); 56 // c(); 54 c(); 57 55 } 58 56 function printNeta(content) { 59 57 return elem($("list"),["span",content,["br"]]); 60 58 } 61 alert(listAll);62 59 </script> 63 60 </head> 64 <body onload=" ">!?61 <body onload="listAll()"> 65 62 <input type=text id=neta length=50> 66 63 <button onClick="addn()">Add</Button><HR>
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)