I have a javascript function:

 

function OpenICBrowser() 

{

ChildWin = window.open('./index.cfm?event=icaptionBrowse',

'ImageFileSystem',

'status=no, height=480,
width=640,location=no,menubar=no,resizable=no,scrollbars=no,toolbar=no');

}

 

It's called from an onclick event from a div tag.  The window opens fine,
but there is a status bar when I've explicity set for no status bar.  It
worked fine a couple of days ago when I was developing it.  Now I can't
figure out why it there is a status bar when the window is opened. This
happens in IE, Mozilla, and Firefox.  Any ideas?

 

 

Matthew Small

Web Developer

American City Business Journals

704-973-1045

[EMAIL PROTECTED]

 

 



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:5:141601
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/5
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:5
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.5
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to