I
inventor
I'm doing programming for my science prodject, and when I was
programming (I'm building an alphebatizer) I ran into this bug: I've
got an input box, but no button or output box. so I do some reaserch,
insert a button, and when I open it up, instead of the button being
added, I lost the input box. Can ANYONE PLEASE HELP ME!!!!!!!!!!!!!
I've included a copy of my code as it is:
<HTML>
<HEAD> Riehl's Alphebatizer
<SCRIPT LANGUAGE="JavaScript">
<!--beginning of JavaScript-
function alphebitize (inputText.value){
..split(" "); inputTextArray.sort(); result.join("
");result.send("outputText")
</HEAD>
<BODY> <document.bgcolor="blue">
type some words, separated by spaces, in here. to clear, click refresh.
<FORM>
<TEXTAREA name="inputText" rows=6 cols=85 wrap=on></TEXTAREA>
<INPUT NAME="submit" TYPE=Button VALUE="Alphebitize words"
onClick="alphebitize (form.inputText.value)")>
<TEXTAREA name="outputText" rows=6cols=85 wrap=on
readonly></TEXTAREA>
</FORM>
</BODY>
</HTML>
If you can help, please email me. My adress is : (e-mail address removed)
programming (I'm building an alphebatizer) I ran into this bug: I've
got an input box, but no button or output box. so I do some reaserch,
insert a button, and when I open it up, instead of the button being
added, I lost the input box. Can ANYONE PLEASE HELP ME!!!!!!!!!!!!!
I've included a copy of my code as it is:
<HTML>
<HEAD> Riehl's Alphebatizer
<SCRIPT LANGUAGE="JavaScript">
<!--beginning of JavaScript-
function alphebitize (inputText.value){
..split(" "); inputTextArray.sort(); result.join("
");result.send("outputText")
</HEAD>
<BODY> <document.bgcolor="blue">
type some words, separated by spaces, in here. to clear, click refresh.
<FORM>
<TEXTAREA name="inputText" rows=6 cols=85 wrap=on></TEXTAREA>
<INPUT NAME="submit" TYPE=Button VALUE="Alphebitize words"
onClick="alphebitize (form.inputText.value)")>
<TEXTAREA name="outputText" rows=6cols=85 wrap=on
readonly></TEXTAREA>
</FORM>
</BODY>
</HTML>
If you can help, please email me. My adress is : (e-mail address removed)