home *** CD-ROM | disk | FTP | other *** search
/ Intel Web Outfitter Tool Kit 4 / Intel WebOutfitter Tool Kit Version 4.0.iso / public / Content / HAPTEK / CHS / CONTENT / vfdebug.js < prev   
Encoding:
Text File  |  2000-03-13  |  467 b   |  8 lines

  1. G_Debugger = true;
  2. document.write("<form name=\"debug\" onSubmit=\"SendText(document.debug.TextInput1.value); return(false);\">");
  3. document.write("<input type=\"input\" size=\"50\" name=\"TextInput1\" value=\"╗╢╙¡└┤╡╜╡≈╩╘│╠╨≥\">");
  4. document.write("<input type=\"button\" value=\"SendText();\" onclick=\"SendText(document.debug.TextInput1.value);\"><br>");
  5. document.write("<textarea name=\"outputbox\" cols=80 rows=20></textarea>");
  6. document.write("</form>");
  7.  
  8.