OK, now that I know how to open a browser window from an applet, I stillhave one problem: I need to send info from an applet to a webpage. Theweb page needs to receive the info in the form:http://www.server.com/page.asp?Variable=20Using the applet.showDocument(URL url) method requires a valid URL asits parameter. When constructing a URL, I try to append the"?Variable=20" string, but I either get a MalformedURLException, or theURL omits the "?Variable=20" parameter totally. What can I do, ifanything?Thanks,Rocco