Ask a Question related to Macromedia Dynamic HTML, Design and Development.

  1. #1

    Default return to previous

    How do I set up a link that returns to the page with the buttons used to choose
    current selection after the chosen selection has played? Like a music or video
    clip? Right now after the clip has played nothing happens until BACK button is
    clicked. Thanx

    Eside Guest

  2. Similar Questions and Discussions

    1. HELP! -- previous page in VB and ASP 3.0
      Hello all, I'm writing you because I have a question for you all: how can I capture the previous page from an ASP file? I need to add the URL...
    2. Next/Previous help
      Hi people, I came across a problem and need some help. My application uses a next/previous method pf showing records. My code worked great until I...
    3. goToNetPage, return or not return
      hi, I have read in the director's help the netDone() command indicates whether a background loading operation (such as getNetText,...
    4. "back" and return to previous place script?
      Hi Bob, The simplest way to do this is to store the current frame number in a global variable. Then jump to the whiteboard frame. The return...
    5. return to previous form
      I have a Information form with a combo box; if a person isn't in the combo list, it brings up a Add Person Form to fill out. After I have filled...
  3. #2

    Default Re: return to previous

    <a href="javascript:history.back();">link text</a>

    Will produce a link that goes to the previous entry in your browser's history (i.e. it does the same thing as your browser's back button).
    rilkesf 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