I have a cfdiv that loads content from another page. The main page
also has links to load different content within the cfdiv. Is there
anyway of using the browser back button to go back to the last content
that was loaded without the page reloading the initial content of the
cfdiv?
I hope that makes sence, any help would be great.
Thanks and regards, richard
> I have a cfdiv that loads content from another page. The main page
> also has links to load different content within the cfdiv. Is there
[quoted text clipped - 5 lines]
>
> Thanks and regards, richard
Browser back button goes back to previous URL (AFAIK), i.e. if you
change your page through code without changing the url it will NOT be
reflected in browser history.
To check what you can and can not do load your page in new browser
window, most likely you will see that your browser back button will be
disabled (NO history) after your actions...
Richard - 30 Jul 2008 11:03 GMT
Yeah as I suspected, just wanted to check there wasnt some hidden way
of doing it in javascript.
Thanks anyway