A user of one of my pages has asked if it is possible for me to pause an auto-refresh if a user is in the middle of typing a line of text (like a chat line). If a user is in the middle of typing a line when the 60 second refresh occurs, they lose their line and have to type all over again.
Here are a couple of the script sections involved, "Refresh" content="60; URL=http://www.obriensweb.com/skccsked/skccsked.php" /> snip. <?php if($cooked == 1) { ?><p /><form method="post" action="skccsked.php"><p>Enter your message here <input size="50" maxlength="200" name="text" /> <input type="submit" value="Post" /></p></form><?php } else { echo "<p>You must create an info cookie to post.</p>"; } ?> Any help would be appreciated. Andy.
