Simulate Browser "BACK" button

Ask a Question related to Dreamweaver AppDev, Design and Development.

  1. #1

    Default Simulate Browser "BACK" button

    Hello,

    There are many situations on my site that the user has the option of retunring
    to the prior page. Rather than adding text that reads something like "press
    the browser back button to return", I would much rather us a button that I add
    to a page that when clicked does exactly what the broswer back button does.

    Any help is appreciated.
    Thanks

    harrillj Guest

  2. Similar Questions and Discussions

    1. Will browser "BACK BUTTON"ever work??
      Is there I can build a flash site that will alllow a user to use the "back or forward button" in their browser to navigate through a flash site....
    2. How do you simulate "." or "source" in a perl script ?
      On 7 Aug 2003 08:21:27 -0700 c_j_marshall@hotmail.com (Chris Marshall) wrote: Shell::Source perhaps this CPAN module will do it for you. ...
    3. Disabling the "Back" button
      Hi All: Well, now I have another question. I have created a rather large application that is handled through one script. What I would like to...
    4. Question: How can I "expire" a web page (prevent BACK button)
      I know some sites will display the following message if you click on the BACK button in your browser. How do I implement this feature? Warning:...
    5. "Back Button" and populated dropdown lists
      Hi, I have done some research about my problem I have when using the "back button" in IE to go back to a page with two dropdown lists. The...
  3. #2

    Default Re: Simulate Browser "BACK" button

    > There are many situations on my site that the user has the option of
    retunring
    > to the prior page. Rather than adding text that reads something like
    "press
    > the browser back button to return", I would much rather us a button that I
    add
    > to a page that when clicked does exactly what the broswer back button
    does.

    The user always has that option...the back button...there really isn't a big
    need to reproduce it. But if you want to, you can use javascript that merely
    triggers the browser history:

    [url]http://www.google.com/search?q=javascript+back+link[/url]

    -Darrel


    darrel Guest

  4. #3

    Default Re: Simulate Browser "BACK" button

    [url]http://www.fourlevel.com/dreamweaver/extensions/Href_Utility/index.htm[/url]

    regards

    twocans




    "harrillj" <webforumsuser@macromedia.com> wrote in message
    news:d1plh6$266$1@forums.macromedia.com...
    > Hello,
    >
    > There are many situations on my site that the user has the option of
    > retunring
    > to the prior page. Rather than adding text that reads something like
    > "press
    > the browser back button to return", I would much rather us a button that I
    > add
    > to a page that when clicked does exactly what the broswer back button
    > does.
    >
    > Any help is appreciated.
    > Thanks
    >

    twocans Guest

Posting Permissions

  • You may not post new threads
  • You may 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 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139