skibascott
IS-IT--Management
I am trying to use php to execute Javascript code. I need to open a new window with the url of a file on our intranet.
When executed a window opens, but instead of the server17a document, it is a view of the "My Computer" file folder.
What am I doing wrong?
Code:
echo "<SCRIPT LANGUAGE='JavaScript'>window.open('file:\\server17a\shared\quality\qalerts\$filename','','toolbar=0,menubar=0,width=640,height=480');</script>";
What am I doing wrong?