Jump to content

web building


Guest stee

Recommended Posts

i am wondering how to set up a web page, with 4 hyperlinks to previous photoshop exercises with a return link from each. how do i go about this :)

Link to comment
Share on other sites

ike this is also possible:<a href="" onclick="history.go(-1); return false">Go back to previous!</a>Note: do not remove the HREF attribute, else it would not be rendered as a link!Note: add ; return false to the end of the onclick attribute, else it also wants to go to the url defined at the HREF attribute :)

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...