Advertisement
jozz

Untitled

Feb 9th, 2014
344
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. cap=new Array();
  2. var iv=0;
  3. cap[++iv]=31;
  4. cap[++iv]=18;
  5. cap[++iv]=22;
  6. cap[++iv]=16;
  7. cap[++iv]=21;
  8. cap[++iv]=18;
  9. cap[++iv]=20;
  10.  
  11. var cpgs=31;
  12. var urll="";
  13. var capitulo="Capítulo ";
  14.  
  15. function cmCap()
  16. {
  17.  
  18. }
  19.  
  20. function limpiar(id)
  21. {
  22. document.getElementById(id).options.length = 0.;
  23. }
  24.  
  25. function llenar(ps,id){
  26. var option = document.createElement("option");
  27. option.text = "Kiwi";
  28. document.getElementById("mySelect")
  29. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement