![]() ![]()
|
Back to previous pageDid you ever wonder how some webpages can have a text link that sends you to your last viewed page (even if it wasn’t at thier site)? I did, so I found out. Now I’ll share the secret: <A HREF="javascript: history.go(-1)">Back</A> You can even try it: Back Forward to Next PageCreate a link on your site that functions as the forward button on the browser. Providing functional navigation will provide a more pleasant experience to your users, making them want to come back. This is also the companion to my "Back to previous page" tip. Now, give it a try. (Note: you will have to go to another page and come back to this one for this function to work (Same as your browser)). Example Link Close window linkOpening a pop-up window to provide visitors with extra information or help adds credibility to a website. Visitors like the fact that they don’t have to wait for an entire page to load (although they really are!) and they also don’t have to lose their place on the page they’re on. A simple link on the page that opens in the pop-up will allow the user to close the window and return to the page they were viewing. Here’s the code: Close window
|
|||||||||||||||||||||||||||||||||||||