che ti devo dire? ... hai ragione, per il semplice fatto che testavo in localhost, quindi ho cannato io.
In pratica è possibile ma per default è stato disabilitato:Status Bar Scripting--Scripts will no longer be able to set the status bar text through the window.status and window.defaultStatus methods by default in the Internet and Restricted Zones. This helps prevent attackers from leveraging those methods to spoof the status bar. To revert to previous behavior and allow scripts to set the status bar through window.status and window.defaultStatus, follow these steps:
- Open Internet Explorer, click the Tools button, click Internet Options, and then click the Security tab.
- Click Internet or Restricted sites, and then click the Custom level button.
- Scroll down to Allow status bar updates via script, select Enable.
- Click OK until you return to Internet Explorer.
http://msdn2.microsoft.com/en-us/ie/aa740486.aspx
Scusami ancora, questa proprio non la sapevo (mai usato status comunque sia) ciao
[edit]
per fare una prova puoi usare questo codice, salvarlo in un file chiamato pietro09.html ed abilitare la status
codice:<script type="text/javascript"><!--// function wopen(href){ var w = open(href, 'MyTitle', 'width=600,height=300,status=yes'); w.status = 'PopUp'; return false; }; onload = function(){ document.body.innerHTML = 'popup'; status = 'Main'; }; //--></script>



Rispondi quotando