Hello
Need help.
I have a from with a dropdown list of all the states.
When the user selects a state from the dropdown list the values will populate the 7 different fields. I comma separated the values and each value will go into a different div and has a View Map that will link to a web site...
Hello I have a page when you select a item from a drop down menu it will display the image to the selection made also it will display information about that product. What I cannot figure out is how to add a link to a pdf file in the information that is displayed. I want the link to the PDF file...
Hello
I am trying to figure how to make a image display with a text description when the item is selected from a dropdown.
I have gotten the image to display when you select it from a dropdown but I cannot figure out how to make the description change when the image changes. The description...
Hello,
I have a form that a user can enter information and it will display a result. I want to convert this to submit informatin from one of the text fields.I am trying to prevent certain text fields being sent.
I used the attribute "disabled= disabled" but I cannot enter information into the...
Hello,
Can anyone help with this. I am trying to combine 2 text fields into 1 text field. I found this which works when you select the button. But I do not want the function to happen when the button is selected. I want the function to occur when the person finishing entering the information in...
Hello
I am creating a form. for the user to enter information.
What I am trying to do is display the information at the bottom of the form so they can review before the forms is sent. I got it to display the information being entered into the text field to display correctly at the bottom of the...
Hello
I have a form that does a calculation. But what I need to do is replace an images based upon the number the user enters. If the users enters a number 6 in "txt01" field.
Image "Bl01" which is a place holder will display the image the image file "06.jpg". If 2 is entered into "txt01" image...
Hello
I have a form that does a calculation. But what I need to do is replace an images based upon the number the user enters. If the users enters a number 6 in "txt01" field.
Image "Bl01" which is a place holder will display the image the image file "06.jpg". If 2 is entered into "txt01" image...
I am trying to get the date to appear in a text box.
I got it to appear when you select the field.
I have tried changing onfocus to onload. But still does not work Need help
<script type="text/javascript">//This script is for date
function zp(n){
return n<10?("0"+n):n;
}
function...
Hello
I have a three text fields I use on a form. But when I submit the form the information in the field is sent. How do I prevent the information being sent. What do I need to change and where do I change it.
Here is the three text fields.
<input name="thelength" type="hidden" id="thelength"...
Hello
I have a hidden I use on a form. But when I submit the form the information in the hidden field is sent. How do I prevent the information being sent. What do I need to change and where do I change it.
Here is the hidden field.
<input name="thelength" type="hidden" id="thelength"...
Hello, I have a form that enters information into a text field when an item is selected form a dropdown field. My question is I want to enter the price into different text field based what is selected from the drop down field. Below is what I have completed. I just cannot figure out the rest. I...
I have hidden field on a form. I do not
want the information in this field to be sent.
How can I stop this from happening.
<input name="thelength" type="hidden" id="thelength" value="7" /></td>
Art
Hello,
I have a script that opens a window and displays
the results of the search.
My page now has frames.
What I need to do now is open the results into
a frame. The main frame is named "ContentFrame" and
the frame I need the results to show in is named
"NavFrame"
Having trouble, where in...
Hello,
I am new to javascript and I am working on a web page that has a random number password generator. The random number get generated when you click on the button. But what I would like to do is have the button selected when the page opens putting the random number into the field. Can any...
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.