by tyc >> Sun, 20 Mar 2005 3:33:47 GMT
Hi,
We have the following questions when we trying to test Jade HTML Thin Client with HTML Document. We are using Jade6021 Ansi version.
1.In a HTML page, there are a submit button and hyperlink, we found that the processRequest method is executed for both submit and hyperlink (go to another page). How to distinguish the two kinds of processRequest?
2.We use the getHttpValue method to get the input on web page, but we found that if the input text includes Blank or +, @, #, $, %, ^, &, these characters will be returned as ASCII value., E.g. + will be %2B, We hope that we can get the string directly from the input text on web page, that is, To get what you input. How to do it?
Many Thanks,
Scott