--part1_72.1b2a473d.29f30e5c_boundary
Content-Type: text/plain; charset="US-ASCII"
Content-Transfer-Encoding: 7bit
here is my diagram to help you understand
main folder (main.html)
|
|-folder-1 - folder-1-1 (file.html)
|-folder-2 (file.html)
how can i go form folder-1-1 to foler 2
with out having to add the whole (url/drive././.file)
what i have now is this way
<a href="folder-1/folder-1-1/file.html">html file</a>
and
<a href="folder-2/file.html">html file</a>
i click on the top link i go to that page i click the second
it wont fild the page what can i do?
would useing location.href be a beter way?