My page displays 10 lines of items in my order. I have different quantities for each line item that have been ordered. I also have a empty textbox for each line item. I would like it where if I click a checkbox it fills each textbox with the quantity ordered. I am using Javascript and ASP.
I have the following code, it builds the arrays but it does not populate the dropdown. I'm looking to populate the dropdown from the database and based on the selection of the dropdown it populates the text boxes. Can someone please let me know what's wrong, thanks.
<%@LANGUAGE="VBSCRIPT"%>...
Im looking to setup online ordering for my client. They have an intranet setup at their company running ASP and SQL server. There are 4 separate databases for 4 internal companies on the SQL server. They have a website for each of the 4 companies which is hosted on the outside. What I need to do...
I have a form that has 10 radio buttons, each radio button represents a product. For each product, there is a different dollar value assocciated with each product. The form also has 3 text boxes, sub total, discount and total. The user will select 3 products from the list, and the product that...
I have a Windows 2000 Server with SQL server 2000 with all service packs installed. I had Great Plains 8.0 installed on the server. I upgraded to 9.0 and had a few errors. I decided to uninstall both Greatplains 8.0 and 9.0 using the add/remove program from control panel. I created a new...
I setup a new user on my Windows 2000 server. I have a Dell Dimension 4100 computer with a fresh copy of Windows 2000 Pro with all Hot Fixes and Service packs installed. When I log into the Dell PC with the newly created user name and password, I login fine. When I logoff, the profile does not...
I have 4 different companies using 4 different databases. Each company is separate. The following can occur: users can open up 4 browser windows and login to each company. Sometimes a user will open up 2 or 3 windows and login to the same company so they can have different parts of that company...
I am trying to make an error check to notify the user if they try to order an item with a quantity ordered not divisable by the pack quantity. This is what I have so far:
If Request.form("Quantity")/objRS3("CaseQty") <> 1 then
response.write("<font size=2 face=Verdana, Arial, Helvetica...
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.