|
|||||||
![]() |
|
|
LinkBack | Thread Tools | Search this Thread |
Rating:
|
Display Modes |
|
|
#1 |
|
Member (3 bit)
Join Date: Sep 2000
Posts: 7
|
I am building an BBS type asp for our department. Being new to ASP, I am unsure of how to make it autorefresh while someone has it up. Any tips?
|
|
|
|
|
|
#2 |
|
Member (5 bit)
Join Date: Nov 2000
Posts: 25
|
You could Response.write the following HTML.
META HTTP-EQUIV="REFRESH" CONTENT="2; URL=HTTP:http://url" Where CONTENT="2 is the time in seconds. Where URL=HTTP:http://url is the url to redirect to. in this case put your current page in a variable and replace the http://url with your new variable. I left the starting and ending < > off the line so it would view on the post. Beemer |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|