Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Killborg
  • Content: Threads
  • Order by date
  1. Killborg

    Populate multiple text fields from a list menu

    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...
  2. Killborg

    Link to file

    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...
  3. Killborg

    Dropdown Image and Description display

    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...
  4. Killborg

    Text Field Submission

    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...
  5. Killborg

    Combine text fields

    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...
  6. Killborg

    Display text field information

    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...
  7. Killborg

    Replace Images

    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...
  8. Killborg

    Replacing Images

    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...
  9. Killborg

    onload need help

    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...
  10. Killborg

    Prevent information being sent on a form

    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"...
  11. Killborg

    Prevent information being sent on a form

    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"...
  12. Killborg

    Auto fill text field additional help

    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...
  13. Killborg

    Blocking a field on a Form from being sent

    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
  14. Killborg

    rest button

    Is there any way I can have a reset button do two functions. 1st function is to reset the form. 2nd function is to refresh the page.
  15. Killborg

    Dropdown list custom entry

    Can I make a dropdown list where if the user does not see the item in the list they can type it in.
  16. Killborg

    Move Search Results into a Frame

    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...
  17. Killborg

    Random number generator

    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...

Part and Inventory Search

Back
Top