chuong
05-30-2005, 02:36 PM
Hello, I've been trying to learn how to center a pop-up window for my website. I've followed the instructions on this site: http://www.dynamicdrive.com/dynamicindex8/autocenter.htm
Everything works fine; however, I dislike the "Status" bar at the bottom and cannot get rid of it.
I followed the instruction at the bottom under "Technical Note":
settings =
'height='+h+',width='+w+',top='+TopPosition+',
left='+LeftPosition+',scrollbars='+scroll+',resizable=no, status=no'
The resizing is disabled, but the status bar still shows at the bottom. Can anyone please help me?
Thank you
Everything works fine; however, I dislike the "Status" bar at the bottom and cannot get rid of it.
I followed the instruction at the bottom under "Technical Note":
settings =
'height='+h+',width='+w+',top='+TopPosition+',
left='+LeftPosition+',scrollbars='+scroll+',resizable=no, status=no'
The resizing is disabled, but the status bar still shows at the bottom. Can anyone please help me?
Thank you