HOW DO I MAKE AN IMAGE INTO A BACK BUTTON

K

kerryair

I am using fp 2003 and i'm tring to make a gif image thai created into a back
button that goes to the previous page
 
R

Ronx

Right click the image and choose Picture Properties.
On the General tab, In Default hyperlink -> Location type
javascript:history.go(-1);
Click OK

In code (html) view this will be similar to
<a href="javascript:history.go(-1);"><img src="whatever.gif"
alt="Previous Page" width="20" height="15"></a>
 
S

Stefan B Rusynko

<A href="javascript:window.history.go(-1);"><IMG "yourgif.gif"></A>

--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
To find the best Newsgroup for FrontPage support see:
http://www.frontpagemvps.com/FrontPageNewsGroups/tabid/53/Default.aspx
_____________________________________________


|I am using fp 2003 and i'm tring to make a gif image thai created into a back
| button that goes to the previous page
 

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