Nov 25, 2002 #2 Turkbear Technical User Joined Mar 22, 2002 Messages 8,631 Location US Hi, try: Code: function OpenWind(){ windowprops = "location=no,scrollbars=no,menubars=no,toolbars=no,resizable=no"; reportWindow = window.open("somepage,"popupwindow",windowprops); } This produces a window that can only be closed and nothing else. Upvote 0 Downvote
Hi, try: Code: function OpenWind(){ windowprops = "location=no,scrollbars=no,menubars=no,toolbars=no,resizable=no"; reportWindow = window.open("somepage,"popupwindow",windowprops); } This produces a window that can only be closed and nothing else.
Nov 25, 2002 Thread starter #3 adamocean Programmer Joined Nov 1, 2002 Messages 9 Location CA It's really the close button (x) that I need to get rid of. But thanks! Upvote 0 Downvote
Nov 25, 2002 #4 PeterOcean Programmer Joined Mar 26, 2002 Messages 27 Location CA Try closebutton.hide = TRUE Upvote 0 Downvote