/    Sign up×
Community /Pin to ProfileBookmark

how 2 make a link to move up a level

how do you make a link to move up a level with moving to specific page – not to a specific page but to go back one page from where the browser is?
thanks

to post a comment
HTML

2 Comments(s)

Copy linkTweet thisAlerts:
@toicontienOct 25.2006 — You've got to use a little bit of javascript:
[code=html]<a href="#" onclick="history.back(); return false;">Go Back</a>[/code]
Copy linkTweet thisAlerts:
@MoridinOct 25.2006 — Edit: Was beaten to the punch ?

You can specify the page that is the previous one in your presentation with standard HTML for links, or you could use a jacascript script that goes back to the last page visited by the browser. Google for one to suit your needs. Remember that the last method will not work as intended if a user finds a section via Google or another website.

  • - [b]Moridin[/b]
  • ×

    Success!

    Help @rhendrix9 spread the word by sharing this article on Twitter...

    Tweet This
    Sign in
    Forgot password?
    Sign in with TwitchSign in with GithubCreate Account
    about: ({
    version: 0.1.9 BETA 5.18,
    whats_new: community page,
    up_next: more Davinci•003 tasks,
    coming_soon: events calendar,
    social: @webDeveloperHQ
    });

    legal: ({
    terms: of use,
    privacy: policy
    });
    changelog: (
    version: 0.1.9,
    notes: added community page

    version: 0.1.8,
    notes: added Davinci•003

    version: 0.1.7,
    notes: upvote answers to bounties

    version: 0.1.6,
    notes: article editor refresh
    )...
    recent_tips: (
    tipper: @AriseFacilitySolutions09,
    tipped: article
    amount: 1000 SATS,

    tipper: @Yussuf4331,
    tipped: article
    amount: 1000 SATS,

    tipper: @darkwebsites540,
    tipped: article
    amount: 10 SATS,
    )...