This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| web:js [2016/02/15 23:21] – created Bernard Condrau | web:js [2024/11/03 13:20] (current) – [Minifiers] Bernard Condrau | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Javascript ====== | ====== Javascript ====== | ||
| - | Modify an elements value in an iFrame. Remember, cross site access to iFrame properties is not possible (security). | + | ==== Minifiers ==== |
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | |||
| + | ==== Modify an elements value in an iFrame | ||
| + | |||
| + | Remember, cross site access to iFrame properties is not possible (security). | ||
| < | < | ||
| setTimeout(function() { | setTimeout(function() { | ||
| Line 11: | Line 20: | ||
| </ | </ | ||
| + | ==== Pass POST variable through Javascript ==== | ||
| + | |||
| + | myvar = document.createElement(' | ||
| + | myvar.setAttribute(' | ||
| + | myvar.setAttribute(' | ||
| + | myvar.setAttribute(' | ||
| + | form.appendChild(myvar); | ||
| + | |||
| + | ==== iFrames ==== | ||
| + | |||
| + | * [[http:// | ||
| + | * [[http:// | ||
| + | * [[http:// | ||
| + | * [[http:// | ||
| + | |||
| + | ==== Crypto ==== | ||
| + | * [[https:// | ||