Saved Bookmarks
| 1. |
Solve : Access Denied - JavaScript window.parent ?? |
|
Answer» I am trying to change the location of the parent window of a window.open-function-made window. Access Denied Line 1 Code: [SELECT]opener.location = "JavaScript:alert(\'active\');VAR FORMNAME = \"freeRTE_content\"; var item=document.all[formName]; var t = true;var theSelection = item.createRange().text; if (!theSelection) { var t = false; } if (!false) { var t = false; } if(t) { item.createRange().text = \''.$code.'\'; } ";Nevermind. |
|