This sample is set to redirect in 15 seconds and you can change it to whatever you want
<HEAD>
<SCRIPT LANGUAGE="JavaScript">
redirTime = "15000";
redirURL = "your_page.asp";
function redirTimer() { self.setTimeout("self.location.href =...
well, the design on how you want to make it appear it's all up to you.
and to display all the records from a rearch on a new page
1. create a form with one field (say last name) and use form action "get" sending the form to page 2
2. on page two create a recordset of the table and...
Again, here's the concept:
Since all the data you need is resident in the database, all you need to do is pull it from it with .asp .
Place your database on the server and create a connection to it either DSN-Less or a DSN whichever you want.
1.
Create a simple asp page with an SQL...
Another thing, don't add the ?email=variable to the url. (http://www.tipsontables.com/action.asp?email=)
Your actions page already knows what variable was sent
[center] [/tt]
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.