SearedIce
08-07-2003, 07:18 PM
You know how if you have two files, bob1.html and bob2.html in one folder you can access one from the other by simply typing in "bobx.html" in a src= etc. parameter rather than typing out http://www.bobsite.com/bobx.html
How, using this shortened syntax, can I access a file that is backwards 1 or more folders?
Like lets say bob1.html is in the folder "ONE". Also in the folder "ONE" is folder "TWO" and in folder "TWO" there is the file bob2.html. Now how from bob2.html would I access bob1.html?
Even more tricky, lets say also in folder ONE there is another folder called 1a and in 1a is a file called bob1a.html. How from bob2.html would I get to bob1a.html?
Thanks alot,
John D
How, using this shortened syntax, can I access a file that is backwards 1 or more folders?
Like lets say bob1.html is in the folder "ONE". Also in the folder "ONE" is folder "TWO" and in folder "TWO" there is the file bob2.html. Now how from bob2.html would I access bob1.html?
Even more tricky, lets say also in folder ONE there is another folder called 1a and in 1a is a file called bob1a.html. How from bob2.html would I get to bob1a.html?
Thanks alot,
John D