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]
do you only have 1 record in your database? and are you selecting top 1 because you want to retrieve the last record you inserted??
it would probably be better for you to either loop thru the recordset and or sort the table descentding
Just a thought
[center] [/tt]
"I myself think it might be a waste to create these .asp pages and link with my Access tables. "
Your above statement tells me that you have no idea nor have you researched how productive .asp pages cam be. (You sure you're a programmer?)
In a nutshell - The asp concept: faq333-3615...
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.