Well, I keep getting an error that says:
document.FrontPage_Form1.Quantity is null or not an object.
Here's the link where it is reference:
var val=document.FrontPage_Form1.Quantity.value;
Here's the Form Line:
<form name="FrontPage_Form1" METHOD="POST" action="--WEBBOT-SELF--" onsubmit="return Validate(this)" language="JavaScript">
and here's the box line:
<input name="Quantity" size="5" value=http://www.webdeveloper.com/forum/archive/index.php/"0" maxlength="5" onBlur="Check100()">
it was working just fine and then after modifying a different script it stopped. No idea why.
document.FrontPage_Form1.Quantity is null or not an object.
Here's the link where it is reference:
var val=document.FrontPage_Form1.Quantity.value;
Here's the Form Line:
<form name="FrontPage_Form1" METHOD="POST" action="--WEBBOT-SELF--" onsubmit="return Validate(this)" language="JavaScript">
and here's the box line:
<input name="Quantity" size="5" value=http://www.webdeveloper.com/forum/archive/index.php/"0" maxlength="5" onBlur="Check100()">
it was working just fine and then after modifying a different script it stopped. No idea why.