Basically I want something like this: Javascrip.internet.com BUT, I don't want to pass it as a query string because those can be cut short, And I may have a large number of selections. Any advice?
Submit it using the post method instead of the get method?
If I do that however, it will only submit that which the user selects, won't it?