Sorry for both the OT and the crosspost:

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 both IE and Firefox.  

And one other problem:

I have an onload attribute in my body tag for a page that is not firing in
FIrefox only:

<script language="javascript1.1" type="text/javascript">

function grabId() {
        document.getElementById('searchID').value = "#request.searchId#";
        document.getElementById('searchForm').submit();
        document.getElementById('searchID').value = "-1";
        }
</script>
</head>

<body onLoad="grabId();">

searchForm is the name of my form.

Any ideas?
 
Thank you,

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:4:189431
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to