Guest User

Untitled

a guest
Jun 22nd, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. xmlcounter = new XML();
  2. xmlcounter.ignoreWhite = true;
  3. xmlcounter.onLoad = function(loaded) {
  4. if (loaded) {
  5. trace("OK");
  6.  
  7. } else {
  8. trace("xml\'field");
  9. }
  10. };
  11. xmlcounter.load("counter/dfl/xml.php?record=see");
Add Comment
Please, Sign In to add comment