• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Web Page / HTML question

Dameon

Banned
Anyone know the format for making a link just take the person Back to the prev. page in their browser history?
 
Think the above post is right...not sure there's any way in plain HTML to bring the user back to their previously viewed page. HTML isn't exactly dynamic, and can't really communicate both ways with the browser very much. Maybe he just wants you to put a link back to the homepage or something...?
 
Well, it was just after my prof's spiel about how they could have arrived at that page from anywhere, and may just want to go back where they were.....

dunno.. I guess for now I'll stick with homepage.
 
Yes it is possible to do it in Javascript. I have seen many pages that have done it. Since I don't know javascript, I can't help you out on the code, though.

PS what kind of prof is it?
 
maybe i'm misunderstanding the question but can't you just write a normal link with the link going back to the previous page?
 
Back
Top