When using a like so:
<a href="../One/Two/Three/Four.aspx">Search</a>
Does the .. go back one directory from where it is clicked, or does it go to the root of the project structure?
edit: A better way to ask: I am referencing a .js file from my Master page, how do I keep the reference relative if I don't know the depth of child pages that will use the Master page?