Help!

Forward and Backward

 
  

Post new topic   General Reply to Topic (not reply to a specific post)    Forums Home -> Programming RSS
Next:  New Record to display  
Author Message
Itchy
External


Since: Jul 06, 2005
Posts: 1



PostPosted: 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



PostPosted: 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



PostPosted: 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



PostPosted: 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



PostPosted: 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
Display posts from previous:   
Post new topic   General Reply to Topic (not reply to a specific post)    Forums Home -> Programming All times are: Eastern Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum