|
-
Feb 12th, 2001, 06:45 AM
#1
Thread Starter
Addicted Member
i Need to refresh ASP page every minute.
How ?
Thanks
-
Feb 12th, 2001, 07:11 AM
#2
-
Feb 12th, 2001, 07:14 AM
#3
Thread Starter
Addicted Member
I will try it now
Thank you
-
Feb 12th, 2001, 07:25 AM
#4
Thread Starter
Addicted Member
But
where do i put this line ?
-
Feb 12th, 2001, 07:34 AM
#5
Black Cat
Anywhere in in between the HTML <head> tags.
Josh
Josh
Get these: Mozilla Opera OpenBSD
I have books for sale: "MCSD in a Nutshell" and "VB Distributed Exam Cram" - PM me for details. Will also trade for a decent ATX Pentium 2 MB/CPU/RAM combo.
-
Feb 12th, 2001, 07:39 AM
#6
Thread Starter
Addicted Member
Here is my code in asp page so where ?
Please
dim objCn
dim objRs
dim objRsMachines
dim objRsType
dim strStationName
'get database connection
set objcn = server.CreateObject("ADODB.Connection")
set objRs = server.CreateObject("ADODB.Recordset")
set objRsMachines = server.CreateObject("ADODB.Recordset")
set objRsType = server.CreateObject("ADODB.Recordset")
objCn.Open Application("ConnectionString")
-
Feb 12th, 2001, 10:03 AM
#7
Addicted Member
<%
dim objCn
dim objRs
dim objRsMachines
dim objRsType
dim strStationName
'get database connection
set objcn = server.CreateObject("ADODB.Connection")
set objRs = server.CreateObject("ADODB.Recordset")
set objRsMachines = server.CreateObject("ADODB.Recordset")
set objRsType = server.CreateObject("ADODB.Recordset")
objCn.Open Application("ConnectionString")
%>
<html>
<head>
<meta http-equiv="Refresh" content="60;URL=http://www.yoururl.com">
</head>
<body>
</body>
</html>
-
Feb 12th, 2001, 10:09 AM
#8
Thread Starter
Addicted Member
-
Feb 12th, 2001, 10:37 AM
#9
Thread Starter
Addicted Member
Active Its work:)
YuuuuuuuuuuuHUUUUUUUUUUU
Its work ...
Thanks Active ,Its help me :
YES!!!!!!!!!!!!1111111111
Efrat
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|