Posted by booto on April 25, 1998 at 06:28:45:
In Reply to: CHECK THIS OUT ALL COGGERS!(GO HERE!!!4th revision posted by booto on April 25, 1998 at 06:23:31:
: : : : : I may be able to make a javascript cog creater: : : : : e.g:
Put second word here
Them added
Follow Ups:
Post a Followup
Subject:
Comments: : : : : : : I may be able to make a javascript cog creater : : : : : : e.g: : <SCRIPT LANGUAGE="JavaScript"> function addstring(string1,string2){ string3=new String(string1 + string2); 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 = "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> : : Does it work.....? : : I hope......
Optional Link URL: Link Title: Optional Image URL: