milano
Code:
<form method=post action=order.html>
you can't post to a "html" file, it can't process it, if you can **only** use html and javascript use "get" instead and you can probably get the info with "document.location" or whatever it is, but post wont work

.