History back button using flash form

Ask a Question related to Coldfusion Flash Integration, Design and Development.

  1. #1

    Default History back button using flash form

    I cannot figure out hoe to use the history.back javascript using Coldfusion 7
    cfpaez Guest

  2. Similar Questions and Discussions

    1. Back button / Javascript History
      Hi I have a coldfusion page which allows users to view different colours of clothes. By clicking on a red square you get an image for the red...
    2. Browser back button and flash form expiration
      The message 'The form data has expired, Please reload this page in your browser.'appears when a user navigates forwards or backwards in a flash...
    3. Truncated Back-Button History
      Do you mean the browser backbutton? Why would you want all that stuff in the backbutton? If you turn on smart navigation, you can get directly back...
    4. History back() call in flash
      Hi, I have a movie with several scenes. On each scene there is button that takes the user to a scen with a form in which they fill in. I want to...
    5. history function in a back button
      Hey all, I was just wondering if anybody would know if Flash has the ability to put a history function in a "back button" so when you hit the...
  3. #2

    Default Re: History back button using flash form

    Hope this helps

    <cfinput name="cancel" type="button" id="cancel" value="Go Back" onclick="getURL(""javascript:history.back()"")">

    bal_logicmanager Guest

  4. #3

    Default Re: History back button using flash form

    Worked! Thanks
    cfpaez 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