My simple C# application has no problem posting data to HTML forms on
various sites; Google, Yahoo, etc.
However, I do have a problem understanding how to post data to this
particular form:
http://crisp.cit.nih.gov/crisp/crisp...enerate_screen
Unlike Google or Yahoo where I can see the expected URI format in the
address bar after manually entering the post data; ie
http://www.google.com/search?hl=en&q=bacteria, when I manually enter the
post data in the above form the address bar simply specifies
http://crisp.cit.nih.gov/crisp/crisp_lib.query regardless of post data.
I believe my problem is that I do not understand how to properly format the
post data string so that the java enabled form will accept it. Any help is
much appreciated.
-Jeff