* Anyone have any advice on the javascript's that grab a number from a a textbox? Need to make var plant able to read from a textbox and put the number from textbox in it.
Any help is greatly appreciated
<html>
<body>
<script type="text/javascript">
var plant = "30";
if (plant == "30"){
}
else{document.write("Please make a minnimum order of $30.00.");
}
</script>
</body>
</html>



Reply With Quote

Bookmarks