joelwenzel
Programmer
- Jun 28, 2002
- 448
I have the following code in my header but it does not open the C directory when I use However, if I just go to the file (file.html) and open it, it immediately redirects to the c directory. Any idea of how I can get this code to work using the localhost directory (it is for an intranet site)
<script language="javascript">
window.location = 'file:///C:/';
</script>
<script language="javascript">
window.location = 'file:///C:/';
</script>