Announcement

Collapse
No announcement yet.

Navigation questions

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Navigation questions

    Site: www.sdindie21.org

    1. I would like to set up the capability for visitors to exit
    from any of my pages and return to wherever they
    came from on the web. How can this be done?

    2. When a visitor moves from one page to another within my
    site, how can I set it up so the previous page automatically closes?

    Thanks

    BTM

  • #2
    Re: Navigation questions

    1. Put the following in HTML box, and place the box any place you want.

    <form> <input style="color: #0000FF; width: 175px; height: 35px; padding: 9px 1px 3px 3px; font-family: Arial; font-size: 13px; font-weight: bold; background-color: #ffffff;" onclick="javascript: history.go(-1)" type="button" value="Back To where came from">
    </form>

    You can change the color, its size, padding etc. but don't change the logic.


    2. The only page that I see is your comment page where target is set to _blank. Remove it.

    When you go to another page within your site, it seems to close it, but
    due to the nature of our computer systems, when you click the icon
    to go back to the page, the previous one will show. It's the memory that
    plays the trick on you.
    Doable Personal Finance

    Comment

    Working...
    X