5
edits
| Line 892: | Line 892: | ||
e.g.: | e.g.: | ||
To any other URL with the | * To any other URL with the same domain | ||
* and/or, to change the querystring | |||
This could of course be configurable in the browser's Options, but one or both | This could of course be configurable in the browser's Options, but one or both | ||
| Line 3,280: | Line 3,279: | ||
* Interpreter improvements | * Interpreter improvements | ||
** Include a step-through javascript debugger (or possibly include this in the Javascript Console). | ** Include a step-through javascript debugger (or possibly include this in the Javascript Console). | ||
* Javascript Immediate Window | * Javascript Immediate Window | ||
** Add an Immediate Window to the Javascript Console (similar to the immediate window in Microsoft Visual Studio), that will allow you to dynamically view and change all javascript variables currently dimensioned on the page. Possibly a list of functions and/or methods that you can double-click to execute (and if it returns a value, it could present it in a messagebox or tab or something...) Also, if you could inject html and/or javascript method/functions into the page, it could be very useful for obvious debugging purposes. | ** Add an Immediate Window to the Javascript Console (similar to the immediate window in Microsoft Visual Studio), that will allow you to dynamically view and change all javascript variables currently dimensioned on the page. Possibly a list of functions and/or methods that you can double-click to execute (and if it returns a value, it could present it in a messagebox or tab or something...) Also, if you could inject html and/or javascript method/functions into the page, it could be very useful for obvious debugging purposes. | ||
edits