you could add some server code to change the value to be blank if it equals 0 at line 1 of your page:
<?php if(isset($_POST['Quantity']) && $_POST['Quantity'] == "0") $_POST['Quantity'] = ""; ?>
Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.
These out-of-the-box solutions provide you proven, tested applications that can be up and running now. Build a store, a gallery, or a web-based email solution.