elegidito
Programmer
- Jan 19, 2002
- 358
Have this..:
<HTML>
<HEAD>
<SCRIPT LANGUAGE="JavaScript">
<!--
function woot()
{
name = window.document.form1.text1.value;
document.writeln(name);
}
//-->
</SCRIPT>
</HEAD>
<BODY>
<FORM name="form1">
<textarea name="text1" rows=20 cols=60>
</textarea>
<INPUT NAME="submit" TYPE=Button VALUE="Upload" onClick="woot()">
</FORM>
</BODY>
</HTML>
need a cookie to store that info, then need how to read it.
just started learning javascript. thanks in advance for your quick response and help.
<HTML>
<HEAD>
<SCRIPT LANGUAGE="JavaScript">
<!--
function woot()
{
name = window.document.form1.text1.value;
document.writeln(name);
}
//-->
</SCRIPT>
</HEAD>
<BODY>
<FORM name="form1">
<textarea name="text1" rows=20 cols=60>
</textarea>
<INPUT NAME="submit" TYPE=Button VALUE="Upload" onClick="woot()">
</FORM>
</BODY>
</HTML>
need a cookie to store that info, then need how to read it.
just started learning javascript. thanks in advance for your quick response and help.