> Could I tokenize and parse the query string that is sent and set each tokenized part to
> toAddress, ect?
Sent where? Just having a HTML form doesn't help; you need to provide an action which will be executed once the form is submitted. Unless you have your own web application hosted somewhere, this isn't possible; there is nowhere for the data to be submitted.
> I'm not real familiar with jsp or servlets.
Now is a good time; head over to Sun's site for sample applications / tutorial. Either that or just create a simple console driven application.
The romantic image of an über-programmer is someone who fires up Emacs, types like a machine gun, and delivers a flawless final product from scratch. A more accurate image would be someone who stares quietly into space for a few minutes and then says “Hmm. I think I’ve seen something like this before.” - John D