mimicing the "Backspace" key

C

Charlie

Is there an HTML command that I could asign to a word or picture that, when
clicked on, will go back one page?
thanks,
ck
 
T

Thomas A. Rowe

Select the item you want to use for the link, then right click and select hyperlink properties, then
paste the following (after you pasted it into Notepad first) into the link field overwriting the
default http://

javascript:history.back();

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
==============================================
If you feel your current issue is a results of installing
a Service Pack or security update, please contact
Microsoft Product Support Services:
http://support.microsoft.com
If the problem can be shown to have been caused by a
security update, then there is usually no charge for the call.
==============================================
 
P

P@tty Ayers

Charlie said:
Is there an HTML command that I could asign to a word or picture that,
when
clicked on, will go back one page?
thanks,
ck

But.. that's not what the Backspace key does. <puzzlement>
 
B

Bob

How about a button????

<input type="button" value="Back" onclick="history.go(-1)">

perplexed...

bob
| Is there an HTML command that I could asign to a word or picture that,
when
| clicked on, will go back one page?
| thanks,
| ck
 
P

P@tty Ayers

Hmm.. It can't be that, can it. :) He must have meant "the Back button"
when he said "the Backspace key".

--
Patty Ayers | www.WebDevBiz.com
Free Articles on the Business of Web Development
Web Design Contract, Estimate Request Form, Estimate Worksheet
--

Murray said:
So, they want a link that will erase letters from your word document?
 

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