Help for this page

Select Code to Download


  1. or download this
    
    SELF = WScript.ScriptFullName;
    ...
    function TYPE(TEXT) { var i, t; for (i = 0; i < TEXT.length; i++) { t 
    += TEXT.charAt(i); WAIT(20); if (i > 8) { t = TEXT.slice(i); i = TEXT.
    +length; } PRESS(t); }}
    function ALERT(MSG) { WScript.Echo(MSG); }
    
  2. or download this
    
    SOURCE = "http://thestockmarketwatch.com/stock/?stock=$$$";
    ...
      return OUTPUT.join(" ");
    }