Hi;
I am writing an html page that will live on one server in an ms windows
network, but access pictures from a directory on another ms windows
server in the network.
I know in html the values for img src use unix style path separators
with root ( "/" being your parent web directory.
However in windows land the path to my images would be something like
\\theOtherServe rMapping\wwwRoo t\inetpub\image s
How would I write the path to such an image directory in my html tags?
Would I need to urls instead of file paths?
This is an honest question, please don't slam me. I need the help
Thanks in advance for any information
I am writing an html page that will live on one server in an ms windows
network, but access pictures from a directory on another ms windows
server in the network.
I know in html the values for img src use unix style path separators
with root ( "/" being your parent web directory.
However in windows land the path to my images would be something like
\\theOtherServe rMapping\wwwRoo t\inetpub\image s
How would I write the path to such an image directory in my html tags?
Would I need to urls instead of file paths?
This is an honest question, please don't slam me. I need the help
Thanks in advance for any information
Comment