Ok... I figured this one out. The following worked for me in the <body></body> of the page I placed the following JavaScript right after the closing </form> tag and it worked perfectly in both Internet Explorer and Mozilla Firefox:
<script language="javascript">
if (document.Form1.nQty.value == '0.0000')
{
document.Form1.nQty.value = ''
}
</script>
Cheers,
ark.
Come and learn web design and scripting languages with me at: ScriptSchools.com
Bookmarks