Chatbox

Text-only Version: Click HERE to see this thread with all of the graphics, features, and links.



A4E
ok so i got this chatbox code (is a very basic one, am learning to use HTML codes etc.) it's this one

<font color=#8B0000><html><head><title>TV Shows Discussion Chatbox!</title></font>
<script language="javascript">
<!--
function copyStuff(){
var source = document.getElementById( "message" );
var target = document.getElementById( "messagebox" );
target.value= source.value;
source.value="";
}
//-->
</script>
</head>
<body bgcolor=000000>
<center>
<font size=5 color=red>Chatbox</font>
<form name="form2" method="post" action="" >
<textarea name="textarea" cols="50%" rows="15%" id='messagebox' /></textarea>
</form>
<center>
<font color="#FF0000">Message</font>
<input name="textarea2" type="text" value="" id='message' onblur="copyStuff()" />
</p>
</center>
</body></html>

ok? but after i post a mesage then i change to another minimized page and when i come back the message i wrote is gone!! why??
and also what codes will i need so that before u can chat u have to put a nickname?? and smiliez and stuff!! thanks!!

Raz
Where is the server-side script?

dave123
yeah, what raz said... where's the damn server-side script?

The Inkeeper
Jesus, you forgot the server-side script? What the hell is wrong with you!



whats a server side script, and whats the confusing words all about stick out tongue

Silver Stardust
Server-side script is what runs the chat itself. Without that it's not going to work.

A4E
oh. lol.. so whats the code for the server side script then??
and inkeeper and dave shut up damn it, am new when it comes to html!!
and inkeeper lol they are codes i don't want to overestimate your intelligence though

Raz
Thats what this whole thread is all about wink

A4E
yea yea but wuts the code? or is it secret? shifty

Raz
Still in development.

A4E
ooooh ok lol... when u get it can u post it in this thread??

Darth Surgent
Server-Side Script!!!!!!!!!!!!!!!!







stick out tongue

Raz
Or more formally, a PHP hypertext processing server-side script, alongside a browser client-side DOM-based application with client-server XML interoperability. wacko

A4E
ook... um.... huh? blink
lol nvm... these HTML things r far too complicated for me anyway

Silver Stardust
Wow....I understood that.

YAY for 5 years of webdesign experience!!!! eek!

stick out tongue laughing out loud

A4E
great for you... it's just tat its so complicated...

Raz
Will you marry me! love laughing out loud

Tptmanno1
lol

dave123
what about tex.... stick out tongue

Silver Stardust
Wow, a marriage proposal blushing laughing out loud

A4E
wow raz is being unloyal?? nono

dont bann me cry

Tptmanno1
Does that make you feel special Alana?....

stick out tongue

Text-only Version: Click HERE to see this thread with all of the graphics, features, and links.