Hi there,
I hv a problem..
I hv to use meta tag to redirect to a page which is executing.
The second page redirects will read from file and then update the data
base.
We cannot predict how long will it take to finish the execution.
till then the first page should be show with a message. after the 2nd
page finishes then it shold be shown.
Currenty the meta tag i am using is
<meta http-equiv="refresh" content="1; URL=Import.asp?FName=<
%Request.QueryString("FName")%>">
The first page code is as follows
<html>
<head>
<meta http-equiv="refresh" content="1; URL=Import.asp?FName=<
%=Request.QueryString("FName")%>">
</head>
<body>
<font face="verdana" size="2">
Please wait. This may take longer time to process.
</font>
</body>
</html>
Though the process is being done, the first page displays the message,
internet cannot display this page.
can some body help me??
I am totally frustated. spending hours together near my pc.for testing
each file which takes more time and out put is the same..
thanks a lot for your help in advance.
Regards
Svet