FancyPrairie
Programmer
I'm testing so code on my local machine. I have setup IIS so my root is C:\inetpub\ After this follows the root structure we have at work. I have the following several folders.
c:\inetpub\c:\inetpub\c:\inetpub\c:\inetpub\c:\inetpub\
The folder TestHTML contains my html page (HTMLPage1.htm)
Within HTMLPage1 I want to include files that reside in the includefiles subfolder. So I assume my syntax would be:
<select src="../lib/Library1/includefiles/file1.js.....
<select src="../lib/Library2/includefiles/file2.js.....
There exists a file in the includefiles subfolder of Library1 that adds include files at runtime to HTMLPage1.htm. Would the syntax be the same?
c:\inetpub\c:\inetpub\c:\inetpub\c:\inetpub\c:\inetpub\
The folder TestHTML contains my html page (HTMLPage1.htm)
Within HTMLPage1 I want to include files that reside in the includefiles subfolder. So I assume my syntax would be:
<select src="../lib/Library1/includefiles/file1.js.....
<select src="../lib/Library2/includefiles/file2.js.....
There exists a file in the includefiles subfolder of Library1 that adds include files at runtime to HTMLPage1.htm. Would the syntax be the same?