Let's say I have a page located here in my website:
mywebiste.com/section1/slideshow/main/example.htmlI'd like to use window.open() to access these pages in my website:
mywebsite.com/section2/index.htmlmywebsite.com/section2/article1/gallery.htmlmywebsite.com/login.phpThese are just random examples, but I'm trying to point out that they are very far away from the example.html page, and I would have to use a lot of ../ and as such ending up with very long (and confusing) URLs.
I thought that there should be a way to directly access the root of the website, but still using relative URLs. (Like if a shortcut .../ or root/ existed and that could redirect you to the root).
Is this possible?
Just to preface with a / should work.
window.open('/section2/index.html', ...); // etc
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With