Can I create a link to go "back" to the last pageviewed?

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

  1. #1

    Default Can I create a link to go "back" to the last pageviewed?

    Is there a simple command in DW that I can apply to an image so it will take the vistor back to the last page viewed?
    cqcintl Guest

  2. Similar Questions and Discussions

    1. what is the "utility link" and "global link" supposed tobe for?
      I'm using a halo template to create a personal website for myself, and at the top of the page, there's options for "utility link" and "global link"...
    2. Can I create a link that goes to the middleof a page with an "Inherit Zoom" setting?
      I'm trying to create links from a Table of Contents that will jump to the middle of a page, but with an "Inherit Zoom" setting. I've been able to...
    3. Error Message when using "Link-->Create New Page" withTemplates
      I have a site that used a custom CMS before, but now we are porting it over to ASP and using contribute. I got all the files set up right and made...
    4. #26022 [Opn->Bgs]: Unable compile "dns.c", unable to link "libphp4.so"
      ID: 26022 Updated by: sniper@php.net Reported By: dieter at fiebelkorn dot net -Status: Open +Status: ...
    5. #26022 [NEW]: Unable compile "dns.c", unable to link "libphp4.so"
      From: dieter at fiebelkorn dot net Operating system: MacOS X 10.3 (Darwin 7.0) PHP version: 4.3.3 PHP Bug Type: Compile...
  3. #2

    Default Re: Can I create a link to go "back" to the last page viewed?

    <a href="javascript:history.go(-1);"><img...></a>

    --
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    [url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
    [url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.dwfaq.com[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
    ==================


    "cqcintl" <webforumsuser@macromedia.com> wrote in message
    news:eatael$rnp$1@forums.macromedia.com...
    > Is there a simple command in DW that I can apply to an image so it will
    > take the vistor back to the last page viewed?

    Murray *ACE* Guest

  4. #3

    Default Re: Can I create a link to go "back" to the last pageviewed?

    <form name="input" action="previous image or page" method="get">
    <input type ="Submit" value ="Title on Button">
    </form>
    Karcity 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