I have a mysql database that contains fields for "zZones" and "zQuantity" Each Zone has a Quantity attached to it.
I have an insert form with checkboxes. When you click a checkbox it activates a javascript that puts the total Quantity of the checkboxes selected into a total field.
My problem...
I have a database with these fields ...
insertID
insertAccount
insertAccount_No
insertPublication
I have a list box that is dynamically created so the label shows the insertAccount and value equals insertAccount_No
I have a javascript that when you select an Account from the list box it...
Hi,
I have a dropdown menu which when an account is selected I would like to have a textbox automatically populate with the account number.
Here is what I have started ...
<script language="javascript">
function MoveacctNumber()
{
var myVar = document.form1.acctNumber.value...
Hi,
I have a dropdown menu which when an account is selected I would like to have a textbox automatically populate with the account number.
Here is what I have started ...
<script language="javascript">
function MoveacctNumber()
{
var myVar = document.form1.acctNumber.value...
I have a series of dynamic checkboxes on my form that when checked calculate to a total field on my form ... showing a running total.
I also have a hidden field on the form that I would like to tie to this checkbox. The checkbox would show the total and then send the hidden field value to the...
I have a series of dynamic checkboxes on my form that when checked calculate to a total field on my form ... showing a running total.
I also have a hidden field on the form that I would like to tie to this checkbox. The checkbox would show the total and then send the hidden field value to the...
Hi,
I have a form that has some dynamically created checkboxes ... <input name="bkZones" type="checkbox" id="bkZones" value="<%=(rsZones.Fields.Item("zZone").Value)%>"> . I also need to capture some "quantity values" from the database when they check the box that I would like to appear in a...
Hi,
I have a form that has some dynamically created checkboxes ... <input name="bkZones" type="checkbox" id="bkZones" value="<%=(rsZones.Fields.Item("zZone").Value)%>"> . I also need to capture some "quantity values" from the database when they check the box that I would like to appear in a...
I have a series of coupons set up in Forms that I print to the PDF Driver.
I click on the first coupon go to File and Print. Click Selection so I only get the first coupon. Click Print, then it asks me to name the PDF file (which is a name on the coupon that is called up from the database)then...
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.