General
Author |
Thread:
Passing contents of multiple line Edit box to server |
Ric.Sherlock
|
Passing contents of multiple line Edit box to server
Posted:
Thursday, November 18, 2004 11:48 AM (EST)
|
I have built an application that takes some data from a couple of combo boxes, a couple of edit boxes and a multiline edit box, then passes that to the server to use, and passes the result back to the browser. Works fine within APL, but I can only get it to run from the browser if I make sure I don't use the Enter key in the multiline edit box.
even if get rid of all #tcnl s (there don't seem to be any #tclf s) before I send the data to the server, I still get an error: VALUE ERROR JS_unwrapl[3] r<-JS_unwrapli. Is there some other character there that I need to get rid of?
|
|
|