[Javascript] open same window ?

andy susanto andy78 at centrin.net.id
Tue Mar 25 04:38:01 CST 2003


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,scrollba
r=1');

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

</body>
</html>

ps: Tomcat
      IE 6



More information about the Javascript mailing list