Computing.Net > Forums > Web Development > Create a Web Page Back Button of my

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

Create a Web Page Back Button of my

Reply to Message Icon

Name: jester4281
Date: January 11, 2005 at 11:47:45 Pacific
OS: Windows 2003
CPU/Ram: P4
Comment:

How can I make my own Back button / Previous button ?

I have a buttonless page that is used to retrieve info, and I want to create a back button so the user can go to the previous page, the page may not be the same everytime I I can not hyperlink it to a specific page.

Jester4281



Sponsored Link
Ads by Google

Response Number 1
Name: Don Arnett
Date: January 11, 2005 at 11:53:40 Pacific
Reply:

Create a button that creates this javascript:

window.location.href=window.history.go(-1);


Be sure to come back and let us know if our suggestions helped!


0

Response Number 2
Name: jester4281
Date: January 11, 2005 at 12:03:25 Pacific
Reply:

In dreamweaver how would I do that. sorry.

Jester4281


0

Response Number 3
Name: zancom (by ssjgl)
Date: January 11, 2005 at 15:11:21 Pacific
Reply:

Just insert

javascript:history.forward(1)

as the the link address and it should work.
:)

http://www.iblob.info
http://www.infoshackdesigns.com


0

Response Number 4
Name: zancom (by ssjgl)
Date: January 11, 2005 at 15:12:38 Pacific
Reply:

oh sorry its
javascript:history.forward(1)
for forward and
javascript:history.back(1)
for backward

http://www.iblob.info
http://www.infoshackdesigns.com


0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Web Development Forum Home


Sponsored links

Ads by Google


Results for: Create a Web Page Back Button of my

creating a youtube like page www.computing.net/answers/webdevel/creating-a-youtube-like-page/3631.html

creating a guestbook www.computing.net/answers/webdevel/creating-a-guestbook/2867.html

how to zoom web page w/ mouse over www.computing.net/answers/webdevel/how-to-zoom-web-page-w-mouse-over/1895.html