Hello all,
How can I make a main page auto refresh after a redirect??
Here's what I have:
User fills a form out, submits. Data then is entered into Access DB. If user clicked on specific fields in the form, he\she get's redirected to a "MainPage.asp" displaying the results of those fields. With me so far?
How do I make the MainPage.asp autorefresh?? right now, the user has to refresh the page to view what he\she filled out.
I'm using this simple syntax
<%
response.redirect "MainPage.asp"
%>
QUOTE OF THE DAY
"The most important ingredient in the formula of success is knowing how to get along with people"
<%
Jr Clown
%>
How can I make a main page auto refresh after a redirect??
Here's what I have:
User fills a form out, submits. Data then is entered into Access DB. If user clicked on specific fields in the form, he\she get's redirected to a "MainPage.asp" displaying the results of those fields. With me so far?
How do I make the MainPage.asp autorefresh?? right now, the user has to refresh the page to view what he\she filled out.
I'm using this simple syntax
<%
response.redirect "MainPage.asp"
%>
QUOTE OF THE DAY
"The most important ingredient in the formula of success is knowing how to get along with people"
<%
Jr Clown
%>