Guest User

Untitled

a guest
Apr 25th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. <script>
  2. var cont= "<?php echo $count; ?>";
  3. for (var index1 = 0; index1 < cont; index1++) {
  4.  
  5. precioesca[index1]="<?php echo $escalafonvalor[".index1."] ?>";
  6.  
  7.  
  8. alert(precioesca[index1]);
  9.  
  10. }
  11. </script>
Add Comment
Please, Sign In to add comment