javascrip problem
Am new to Java and am not sure where I should post this, but I did not see any js forums.
Umm on my website, I am trying to link an excel file that will open in a new window, but the file is on a network drive and everything I try I get the same the page cannot be found error.
this is what I have
<A href="javascript:createWindow('\\dm02\workspace02\file.xls','window2',
'width=750,height=600,scrollbars,resizable=yes, alwaysRaised, left')" TARGET="main">Release Tracking</A>
<IMG alt="" border =0 height=1 src="../images/white.gif " width=9 >
where "\\dm02\workspace02\file.xls" is the path of the file. if I were to copy the file on a local drive, it works fine but other ppl needs to see it as well and all the different syntax i tried has given be the same error.
Any ideas would be appreciated thanks!
Message was edited by:
ssj_100

