Groups | Blog | Home
all groups > coldfusion flash integration > june 2007 >

coldfusion flash integration : access to Browser status bar


Chuck1411
6/29/2007 4:31:55 AM
My browser shows 'Transfering data from <mywebsite>...' even when it should be
displaying Done. Is there a way to update the browser status bar to display
Done manually, or is my gateway not doing the proper thing to have the browser
set it?
efecto747
6/29/2007 4:39:46 AM
Try this:

<script language="JavaScript">
window.defaultStatus = 'Done';
</script>

Chuck1411
6/29/2007 10:33:09 PM
AddThis Social Bookmark Button