| Next: New Record to display |
| Author |
Message |
Itchy External

Since: Jul 06, 2005 Posts: 1
|
Posted: Wed Jul 06, 2005 10:29 am Post subject: Forward and Backward Archived from groups: microsoft>public>frontpage>programming (more info?) |
|
|
|
| Is there a way to have a button to make you go back or forward, besides on
your browser?
--
Itchy
|
|
|
| Back to top |
|
 |
Legolas External

Since: Jun 28, 2005 Posts: 12
|
Posted: Wed Jul 06, 2005 10:50 am Post subject: RE: Forward and Backward [Login to view extended thread Info.] Archived from groups: per prev. post (more info?) |
|
|
Try This Code:
<FORM>
<INPUT TYPE="button" VALUE=" BACK " onClick="history.go(-1)">
<INPUT TYPE="button" VALUE="FORWARD" onCLick="history.go(1)">
</FORM>
--
Legolas Greenleaf, Tree Elf
"Itchy" wrote:
> Is there a way to have a button to make you go back or forward, besides on
> your browser?
> --
> Itchy |
|
| Back to top |
|
 |
Legolas External

Since: Jun 28, 2005 Posts: 12
|
Posted: Wed Jul 06, 2005 10:51 am Post subject: RE: Forward and Backward [Login to view extended thread Info.] Archived from groups: per prev. post (more info?) |
|
|
Just use that and it should work
--
Legolas Greenleaf, Tree Elf
"Itchy" wrote:
> Is there a way to have a button to make you go back or forward, besides on
> your browser?
> --
> Itchy |
|
| Back to top |
|
 |
Legolas External

Since: Jun 28, 2005 Posts: 12
|
Posted: Wed Jul 06, 2005 10:53 am Post subject: RE: Forward and Backward [Login to view extended thread Info.] Archived from groups: per prev. post (more info?) |
|
|
Oh yes, and to test it. Go to a web site, then go to your web page with the
buttons, then go to another site. Then click your back button on your browser
and click your buttons, they should work.
--
Legolas Greenleaf, Tree Elf
"Itchy" wrote:
> Is there a way to have a button to make you go back or forward, besides on
> your browser?
> --
> Itchy |
|
| Back to top |
|
 |
Atishoo External

Since: Jun 19, 2009 Posts: 1
|
Posted: Fri Jun 19, 2009 5:20 am Post subject: RE: Forward and Backward [Login to view extended thread Info.] Archived from groups: per prev. post (more info?) |
|
|
Not that I know of, but if you reach under your chair there is a lever to
make you go up and down!
"Itchy" wrote:
> Is there a way to have a button to make you go back or forward, besides on
> your browser?
> --
> Itchy |
|
| Back to top |
|
 |
|