PDA

View Full Version : "back" function in java



Ajax-45
February 28th, 2006, 10:46 AM
does anyone know the coding for java that does the page back [go back one page] function in the browser when you click an image/button/link?

thanks

JUD
February 28th, 2006, 12:42 PM
window.history.go(-1)

Ajax-45
February 28th, 2006, 01:38 PM
Works like a charm. thanks!:cap:

Jeff Wheeler
February 28th, 2006, 07:28 PM
That's not JavaŽ. That's javascript. ;)

Ajax-45
February 28th, 2006, 07:52 PM
ha.... whoops. :sigh: