[Javascript] open same window ?

Andrew Dunn A.Dunn at d2k.com.au
Wed Mar 26 01:24:25 CST 2003


It is not possible to take the statusbar, menubar etc out of an already
open window. You need to open a new window if you want to do this.  
 
-----Original Message-----
From: andy susanto [mailto:andy78 at centrin.net.id] 
Sent: Tuesday, 25 March 2003 8:38 PM
To: javascript at LaTech.edu

Hai,

Can anyone explain why my menubar,statusbar still exist ?, if i change
window name script work well.
i like to open Login on same window with index.html

code in index.html :
<html>
<head>
<script>
function eksekusi(){

window.open('/SPA/Login','_self','statusbar=0,menubar=0,resizable=1,scro
llba
r=1');

}
</script>
</head>
<body onload="eksekusi()">

</body>
</html>

ps: Tomcat
      IE 6

_______________________________________________
Javascript mailing list
Javascript at LaTech.edu
https://lists.LaTech.edu/mailman/listinfo/javascript


More information about the Javascript mailing list