Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Re: CGI Chat In 19 lines

by epoptai (Curate)
on Jun 11, 2002 at 02:59 UTC ( [id://173370]=note: print w/replies, xml ) Need Help??


in reply to CGI Chat In 19 lines

Very nice mt2k. One thing though, the javascript refresh doesn't work on mozilla. Replacing that code with a meta tag fixes it (and it's the exact same number of characters as the javascript was):
print qq{<script>setTimeout('history.go(0)',8000);</script>}; #replace + this print qq{<meta http-equiv="refresh" content="8;url=$a?a=e">}; #with th +is

--
Check out my Perlmonks Related Scripts like framechat, reputer, and xNN.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://173370]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (4)
As of 2024-03-28 22:28 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found