I am using forms to get info from the users, which then passes the variables in the address line after the '?'
How do make it so that the variables do not show up in the address line without using cookies.
RB Bruce sirrbruce@yahoo.com
use a POST method rather than a GET method in your forms.