JavaScript Validator
JavaScript Editor
In addition to the core top-level functions, two extra functions are available in client-side JavaScript. These are added here only for the sake of completeness, as it is unlikely that you would want to use them. These are not supported in Internet Explorer.
|
Function |
Introduced |
Description |
|---|---|---|
|
taint() |
JavaScript 1.1 (removed 1.2) |
Secures data and prevents it being passed to the server without the user's permission. |
|
untaint() |
JavaScript 1.1 (removed 1.2) |
Removes tainting from data and allows it to be passed to the server. |
JavaScript Validator
JavaScript Editor