|
 |
asp_databases thread: Re: Back button coding
Message #1 by "CLINTON PARSLEY" <cparsley@m...> on Wed, 12 Jun 2002 14:22:43 -0700
|
|
Pick a table cell and paste away....
How about if I want to put it in a table that I've created to look like a
form?
_________________________________________________________________
Chat with friends online, try MSN Messenger: http://messenger.msn.com
Message #2 by "CLINTON PARSLEY" <cparsley@m...> on Wed, 12 Jun 2002 13:28:56 -0700
|
|
This should do the trick for you....
<form>
<input type="button" value="Back" onClick="history.go(-1)" />
</form>
Hi all,
I need to know what coding the back button on the browser is based on.
I want to put the same function or buttton on an asp form. Can anyone help?
Jimmy
_________________________________________________________________
Chat with friends online, try MSN Messenger: http://messenger.msn.com
Message #3 by jiwilliams@c... on Wed, 12 Jun 2002 21:45:26
|
|
How about if I want to put it in a table that I've created to look like a
form?
Message #4 by "Huber, Mike" <michael.huber@p...> on Wed, 12 Jun 2002 15:18:47 -0500
|
|
I think this will do it for you.
<input type="button" value="Back" name="Back" onclick="history.back()">
-----Original Message-----
From: jiwilliams@c... [mailto:jiwilliams@c...]
Sent: Wednesday, June 12, 2002 4:24 PM
To: ASP Databases
Subject: [asp_databases] Back button coding
Hi all,
I need to know what coding the back button on the browser is based on.
I want to put the same function or buttton on an asp form. Can anyone help?
Jimmy
Message #5 by jiwilliams@c... on Wed, 12 Jun 2002 21:23:59
|
|
Hi all,
I need to know what coding the back button on the browser is based on.
I want to put the same function or buttton on an asp form. Can anyone help?
Jimmy
|
|
 |