AlaskanDad
Programmer
I've had great luck with an automatic refreshing Meta tag:
This is used for a chat room where I continue to have the chatwindow refreshed every five seconds. However, when I try to use the following Meta tag (note the #Latest at the end):
It only works once. In other words, it makes it to the <a href="Latest"> tag I have at the end of the text, but it doesn't refresh again.
Any ideas on how to use the first Meta tag and scroll to the end of the text (it's in a scrollable window) another way?
Thanks,
Rob
Code:
<meta HTTP-EQUIV="Refresh" CONTENT="<%Response.Write Refresher%>; URL=?room_id=<%=request("room_id")%>&user_id=<%=request("user_id")%>&domain_id=<%=request("domain_id")%>">
This is used for a chat room where I continue to have the chatwindow refreshed every five seconds. However, when I try to use the following Meta tag (note the #Latest at the end):
Code:
<meta HTTP-EQUIV="Refresh" CONTENT="<%Response.Write Refresher%>; URL=?room_id=<%=request("room_id")%>&user_id=<%=request("user_id")%>&domain_id=<%=request("domain_id")%>#Latest">
It only works once. In other words, it makes it to the <a href="Latest"> tag I have at the end of the text, but it doesn't refresh again.
Any ideas on how to use the first Meta tag and scroll to the end of the text (it's in a scrollable window) another way?
Thanks,
Rob