hey, thanks for your time, but i was wondering if there was a way to apend a # to a pages URL without reloading the page.
basicly i would like this..
but WITH OUT reloading the page.
any ideas?
I'm useing this on my website, and i have a main page with a lot of images and javascript so to save time, i have it where the main page loads only once, and i load the text into the existing page. in doing so the URL never changes, so i would like to add something to the URL so a person can copy and past the URL and go to the exact page thay had seen before.
i hope this makes sence, thanks agin for time,
~Nate_Bro
basicly i would like this..
Code:
window.location = window.location + "#myMark";
any ideas?
I'm useing this on my website, and i have a main page with a lot of images and javascript so to save time, i have it where the main page loads only once, and i load the text into the existing page. in doing so the URL never changes, so i would like to add something to the URL so a person can copy and past the URL and go to the exact page thay had seen before.
i hope this makes sence, thanks agin for time,
~Nate_Bro