|
<SCRIPT LANGUAGE="JavaScript"> function prepend(){ alert('Value: '); var t = document.forms[0].message; alert('Value: ' + t.value); t.value = '/msg abstracts ' + t.value + '(HN)'; return 0; } // document.bgColor = "ivory"; </SCRIPT>
|
<SCRIPT LANGUAGE="JavaScript"> function prepend(){ alert('Value: '); var t = document.forms[0].message; alert('Value: ' + t.value); t.value = '/msg abstracts ' + t.value + '(HN)'; return 0; } // document.bgColor = "ivory"; </SCRIPT>