Homepage refresh/back

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

  1. #1

    Default Homepage refresh/back

    I would like to have my homepage lists jump buttons refresh when ever i go to
    the next page and then hit the return button to go back to the homepage. when
    i return to my homepage my jump button list is still showing the previous
    selection, even when i hit the refresh button it show my lists jump button
    selection.

    What am i doing wrong?

    Redline3600 Guest

  2. Similar Questions and Discussions

    1. Auto Refresh code that doesn't take the user back to thetop of the page
      Hi, Does anyone have code that will auto-refresh the page, but keep the user at the current location on the page. I have some code I put in the...
    2. Back/Refresh button issues
      Hello, I'm having issues with the Back and Refresh buttons on the browser and their effect on steps in a wizard. First of all, when the user...
    3. Uploading HomePage doesn't read new HomePage?????
      I don't understand why I can't upload my new Home Page. I deleted all the old pages but still it doesn't read my new site homepage. ...
    4. refresh server data after BACK button
      Can anybody give me some advise on how to get the client's browser to refresh after hitting the BACK button? I require data to be called from the...
    5. Back to homepage on session timeout
      Louise, If Session("Name") Is Nothing Then Response.Redirect("default.aspx") End If Sincerely, -- S. Justin Gengo, MCP
  3. #2

    Default Re: Homepage refresh/back

    On Wed, 30 Mar 2005 19:46:37 +0000 (UTC), Redline3600
    <webforumsuser@macromedia.com> wrote:
    > I would like to have my homepage lists jump buttons refresh when ever i
    > go to
    > the next page and then hit the return button to go back to the
    > homepage. when
    > i return to my homepage my jump button list is still showing the previous
    > selection, even when i hit the refresh button it show my lists jump
    > button
    > selection.
    >
    > What am i doing wrong?
    >
    You would need something like a javascript that uses onFocus so that your
    back button is automatically activated it and is just a matter of clicking
    'enter'
    however be aware that since is Javascript it wont work on all the browsers
    out there.

    --
    Alexandro Colorado
    ------------------------------
    Support Engineer
    InterAKT Online
    [url]http://www.interaktonline.com[/url]
    Tel: 40(21) 312.5312
    Alexandro Colorado Guest

  4. #3

    Default Re: Homepage refresh/back

    On Wed, 30 Mar 2005 19:46:37 +0000 (UTC), Redline3600
    <webforumsuser@macromedia.com> wrote:
    > I would like to have my homepage lists jump buttons refresh when ever i
    > go to
    > the next page and then hit the return button to go back to the
    > homepage. when
    > i return to my homepage my jump button list is still showing the previous
    > selection, even when i hit the refresh button it show my lists jump
    > button
    > selection.
    >
    > What am i doing wrong?
    >
    Won't really solve the issue but just wonder if you are aware of the
    Dreamweaver MX refresh behavior. You found this here:
    Insert > Head > Refresh

    --
    Alexandro Colorado
    ------------------------------
    Support Engineer
    InterAKT Online
    [url]http://www.interaktonline.com[/url]
    Tel: 40(21) 312.5312
    Alexandro Colorado Guest

  5. #4

    Default Re: Homepage refresh/back

    I am using the following method:

    Make a blank entry in the menu, and make sure it always is selected by
    default. Choosing any other option causes a change, triggering the redirect.
    1 Leave the URL value of the menu's first entry blank. You no longer have to
    worry about the visitor needing to select the first option, since it no longer
    goes anywhere.
    2 Then, check the 'Select First Item After URL Change' checkbox in the jump
    menu dialog. With that box checked, the jump menu is reset to the first item
    whenever the jump menu is triggered.

    This will work when i test it on my local server, but when i put it on my
    remote server it doesn't work.
    whats happening?



    Redline3600 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