.toolbox is a colletion of commonly used code snippets and tools for web design and development used by author of this page but also available for anyone who find this web site useful...

powered by 3kolone.org © 2008



Javascript window.open funkcija za otvaranje novog prozora, nepopularnih pop up-ova sa svim parametrima.

window.open("http://www.3kolone.org", "window","location=1, status=1, scrollbars=1, width=100, height=100, menubar=1, resizable=1");

Edit any part of HTML page. Just copy this code to address bar and hit Enter:

javascript:document.body.contentEditable='true'; document.designMode='on'; void 0