Hi, I need a code for javascript pop-up that hides the address bar and tool bar. just plain pop-up Thanks
hope this works. function popUp(URL) { day = new Date(); id = day.getTime(); eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,width=500,height=500,left = 390,top = 150');"); } Code (markup): simply use it like this popUp('http://www.yourdomain.com'); Code (markup):
I am very noob. where should I past this code? I want to use this pop up in my wordpress. Please help guys finally I have found what I was looking for!