field3d
August 23rd, 2009, 11:04 AM
Hello i have this src on my html:
<script language="javascript" src="infodetails.js" type="text/javascript"></script>
But the thing is now i need to call that src to a dir on c:\ maybe like this:
<script language="javascript" src="c:\anydir\infodetails.js" type="text/javascript"></script>
or
<script language="javascript" src="file:///C:/anydir/infodetails.js" type="text/javascript"></script>
But don´t work any of both.
Someone know how can i resolve this issue?
Thank you
<script language="javascript" src="infodetails.js" type="text/javascript"></script>
But the thing is now i need to call that src to a dir on c:\ maybe like this:
<script language="javascript" src="c:\anydir\infodetails.js" type="text/javascript"></script>
or
<script language="javascript" src="file:///C:/anydir/infodetails.js" type="text/javascript"></script>
But don´t work any of both.
Someone know how can i resolve this issue?
Thank you