How to hide the address bar of the Internet explorer using Java Script.. Plz help me..
A abixalmon Right off the assembly line Sep 16, 2004 #1 How to hide the address bar of the Internet explorer using Java Script.. Plz help me..
#/bin/sh Journeyman Sep 17, 2004 #2 <script language="Javascript"> function TimStatus(message) { status=message; } function SetStatus(message) { status=message; setTimeout('TimStatus("'+message+'")',1); } </script>
<script language="Javascript"> function TimStatus(message) { status=message; } function SetStatus(message) { status=message; setTimeout('TimStatus("'+message+'")',1); } </script>