Posted by booto on April 25, 1998 at 06:14:01:
In Reply to: CHECK THIS OUT ALL COGGERS! posted by booto on April 25, 1998 at 06:09:40:
: 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 : string3 = string1 + string2 : answer.value = string3 : } : </SCRIPT> : <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: