ccs wrote
Preferably, I'd like to keep this address as the first page (ie: www.mysite.com/reservations.htm) all the way through. Is this possible somehow? Would url rewriting (which I don't understand at all) be useful here?
Appreciate any/all ideas. :)
You couldn't keep the URL the same through each step with separate executables. One URL can only represent one file.
You might use URL rewriting to have nice URLs, such as /reservations/page1 and reservations/page2 -- or descriptive URLs -- like /reservations/info and reservations/confirm...
One thing to consider with URL rewriting when using executables: you'll have to update the executable's output. Specifically, you'll need to change each form's action tag with the nice rewritten URL.