¡@

Home 

javascript Programming Glossary: clickit

The scope of “this”

http://stackoverflow.com/questions/16832062/the-scope-of-this

refer to the global object. Example button id 1 onclick clickit click me button 0 button id 2 click me button button id 3 click.. 2 var button3 document.getElementById 3 id 0 window.clickit function console.log this.id button2.onclick clickit 2 button3.addEventListener.. function console.log this.id button2.onclick clickit 2 button3.addEventListener click clickit false 3 script Remarks..

Changing parent window's URL from IFrame

http://stackoverflow.com/questions/1860470/changing-parent-windows-url-from-iframe

body html server2 test2.html html body script function clickit parent.document.location http www.google.com not allowed parent.myCallback.. target _parent normal link works a p p a href javascript clickit javascript link a p body html javascript html security iframe.. body html server2 test2.htm html body script function clickit parent.postMessage 'redirect http www.google.com' 'http server1'..