资 源 简 介
Used as a javascript breakpoint. evalThis uses javascripts "eval()" function to execute user specified javascript via a javascript Prompt(). This user code will execute with whatever context was presetn at the time it was called, hence the breakpoint like effect. Upon complete of the user script, the prompt will display the results if any, and re-populate the prompt with the last script executed. This will continue until the user clicks cancel. evalThis is usually called with NO parameters. All of the parameters are intended for the script to use recursively, except sPrompt, which doesn"t change.