|
|
|
|
|
| | |
|
Active Server Pages what is asp programming how to sample asp example code scripts software asp forum mail sessions applications global.asa CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
Subject: |
Re: entering a text box with a cursor automatically |
From: |
Retrofit |
Date: |
5/16/2000 12:14:26 PM |
IP: |
169.152.48.215 |
Well, I forgot to mention that there are two frames and the upper frame refreshes every 2 seconds. I put your sugestion in, but it didnt move to the text box. heres the code:
<html>
<head><title>Chatroom</title></head>
<body BGCOLOR="#4040FF" TEXT="White" LINK="White" vlink="White" alink="White">
<form METHOD="POST" ACTION="message.asp">
<font SIZE="2">Type your message and click send.</font><br>
<table BORDER="0" CELLSPACING="0">
<tr align="left" valign="top">
<td>
<input name="message" type="TEXT" size="70" onload="document.Chatroom.message.focus()">
</td>
|
Previous Message
|
|
|
|
|
|
|
|
|
|
|
|