In my
applet, I'm trying to call an .asp page that executes an update against our sql server database. I'm creating a url object and passing in the url to the asp page. I'm getting the following error and I'm not sure what I'm doing wrong. Thanks.
java.net.UnknownServiceException: no content-type
Here's my code for url portion of the applet...
And here's the code to my asp page...
[ June 06, 2002: Message edited by: tyler jones ]