I am using an applet to call a servlet named OrderPage which returns an html page. To
do this I am using
URL newUrl = new URL("https://hostname.com/store/OrderPage?Item=teaCustomer=Nancy")
getAppletContext().showDocument(newUrl, "_self");
When I do this, the parameter string (?Item=teaCustomer=Nancy) shows in the address
window. I do not want these parameters to show. I have been told there is a way to
post data like a form would, but without using a form, that is, to do it automatically
from within the program, without ANY user interaction. Does anyone know how this is
done? Thanks for any help...
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists