Back and Forward Command Buttons

J

Julie Parkes

Hi,

I'm a real newbie, creating my first site.

I've got some arrow buttons for sending the user back a page or forward a
page, but I'm not sure what hyperlink/command I need to add to the button to
get it to work?

Any ideas?

Thanks,


Newbie

--





_______________________________
Have you visited my website?

www.julieparkes.co.uk
 
M

Matthew

Click on an arrow, then hold down Ctrl. and type k. This adds a
"hyperlink".

Choose the page you want your users to go to when they click the arrow.

Let us know if this does not answer your question.

Matthew
 
W

Wally S

To go back a page, you can use this: <a href="#"
onClick="history.go(-1)">Back</a>

You can change the word "Back" to anything you want. I use this, and it
works fine. To go forward a page, you can change the "-1" to "+1", but I
have only tried that experimentally. It seems to work, though.

Wally S
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top