+ Reply to Thread
Results 1 to 2 of 2

Thread: Navigation questions
      
   

  1. #1
    BTM
    BTM is offline Private First Class
    Join Date
    Oct 2009
    Location
    Custer, SD
    Posts
    6

    Default 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. #2
    wysiwyg4 is offline Major
    Join Date
    Nov 2007
    Posts
    481

    Arrow 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.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49