I kinda doubt this is possible, but is there a way to set the path in JavaScript to the root of the site?
What I mean is this. In asp.net you can specify a link like "~/Reports/yourpage.aspx", which will always go to the root (like ).
I know that I can go up folders with "../", but I need to be able to go to the root.
Thanks,
J
What I mean is this. In asp.net you can specify a link like "~/Reports/yourpage.aspx", which will always go to the root (like ).
I know that I can go up folders with "../", but I need to be able to go to the root.
Thanks,
J