Posted by very cool on April 26, 1998 at 00:28:13:
In Reply to: Re: CHECK THIS OUT ALL COGGERS!(GO HERE!!!7th revision posted by booto on April 25, 1998 at 06:42:35:
: :
: Put second word here
: Check this if you want a space between them.:
: Them added:
Follow Ups:
Post a Followup
Subject:
Comments: : : <SCRIPT LANGUAGE="JavaScript"> function addstring(string1,string2){ if (document.form.space.checked){ string3=new String(string1 + " " + string2)} else {string3=new String(string1 + string2)}; document.form.answer.value = string3;}</SCRIPT> : : <FORM NAME="form"> : : <INPUT TYPE = "TEXT" NAME="string1">Put first word here<P> : : <INPUT TYPE = "TEXT" NAME="string2">Put second word here<P> : : <INPUT TYPE = "CHECKBOX" NAME="space">Check this if you want a space between them. : : <INPUT TYPE = "BUTTON" VALUE="Add them to make one string" NAME= "takeitaway" onClick="addstring(string1.value, string2.value)"><P> : : <INPUT TYPE = "TEXT" NAME="answer">Them added : : </FORM>
Optional Link URL: Link Title: Optional Image URL: