$preapre_download is adress of FTP/dir1/song_1.mp3
and now when this window popups i want to create preloading bar , it is possible ??????????????????????
<script LANGUAGE='javascript'>
function ShowPopup()
{var popupURL = '<?echo $preapre_download?>';
var popup = window.open (popupURL,'_top','toolbar=0,location=no,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,width=400,height=60');
if( navigator.appName.substring(0,8) == 'Netscape' )
{popup.location = popupURL;}}
ShowPopup();
</script>
thanks