<html>
<head>
<title>United Way Bank-Bay</title>
</head>
<body>
<script type="jscript">
function validate()
{
alert("In Function!");
if(2.25 < document.Form1.NewHighBid.value)
{
alert("Please enter a value greater than the current bid.");
document.Form1.NewHighBid.focus()...
Thank you trollacious for your input, I tried your suggestion and it still did not enter the function at all. I will be adding additional error handling later once I get it to enter the function so I thank you for your suggestion.
Listed above is pretty much all of the code with the exception...
I have an asp page that is basically suppose to work like eBay where the user enters a bid and their name. The asp page is calling a javascript function. The page works fine meaning the user can bid on an item and the database is updated however I am trying to validate the bid as to that it is...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.