From HTML textarea to RB textarea
Jun 30, 2008 2:03:39 GMT -5
Post by Jerry Muelver on Jun 30, 2008 2:03:39 GMT -5
I want to type something in the small textarea, click on "Save JS Value", and transfer the contents of the small HTML textarea to the large RB textarea. Is the "wait" killing the transfer?
cls
html "<textarea id='txx'></textarea>"
print ""
html "<a href=""#"" onclick=""document.getElementById('nodisplay').value = document.getElementByID('txx').value;"">Save JS Value</a>"
cssid #nodisplay,"{display:inherited;}"
textarea #xyz, ""
#xyz SetID("nodisplay")
print ""
link #abc, "Is it really saved?", [yup]
wait
[yup]
string$=#xyz contents$()
print "JS value = ";string$