View Full Version : Help....


ForevaLili327
02-26-2003, 12:26 AM
How do u make those back and forward buttons on the page? I think its some where on the site but i dunno where it is and i dunno what its called

epolady
02-26-2003, 12:29 AM
Are you wanting graphical buttons? or like submit form buttons? I'm kinda lost..

ForevaLili327
02-26-2003, 12:32 AM
Like how do u make those buttons. If you want to go back a page. Like the "Back" button on the internet where it says back up top except on a layout. How would you do that?

epolady
02-26-2003, 12:38 AM
Something like this?

<button type="button" onclick="javascript:history.go(-1)">back</button>

ForevaLili327
02-26-2003, 01:00 AM
Yeah thats it except whats the script for a forward button also and can they be arrows instead?

Thanx a bunch

epolady
02-26-2003, 03:27 AM
I guess if you wanted it to be arrows, you can.

To go foward,

javascript:history.go(+1)