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 wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by Killborg

  1. Killborg

    Populate multiple text fields from a list menu

    Hello Dan There was some misc stuff left over. As i was trying different ways to display the information. Cleaned up code. Also I did not list all the states to keep it short. Code: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"...
  2. 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...
  3. Killborg

    Link to file

    THANKS - the single quotes worked.
  4. Killborg

    Link to file

    This is where I am inserting the link information. <code> thetext2[3]="<strong>Panto: </strong>Linen<br><strong>Color: </strong>Process Blue<br><strong>Feature(s): </strong>Heat Sensitive Ink<br><strong>Available Formats: </strong>Mens Sizes<br><strong>View PDF: </strong><a...
  5. Killborg

    Link to file

    This is where I am inserting the link information. thetext2[3]="<strong>Panto: </strong>Linen<br><strong>Color: </strong>Process Blue<br><strong>Feature(s): </strong>Heat Sensitive Ink<br><strong>Available Formats: </strong>Mens Sizes<br><strong>View PDF: </strong><a...
  6. 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...
  7. Killborg

    Dropdown Image and Description display

    Sorry I was trying to make a fix and made a change. But here is the one with the image selection. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta...
  8. 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...
  9. Killborg

    Text Field Submission

    I use a cgi script to send the mail.
  10. 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...
  11. Killborg

    Combine text fields

    Thanks Southbeach and Billyray That worked
  12. 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...
  13. Killborg

    Display text field information

    Thanks Will do that.
  14. Killborg

    Display text field information

    T Thanks for your help. I reviewed the code and it looks pretty straight forward. Still need to do more research. But it give me a starting point. This is a learning process and every little bit helps for that process. Again thank you. I made changes you can view what I have done. <script...
  15. Killborg

    Display text field information

    Thanks for your help. I will need to do some more research on what you described. This is now getting above me skill level.

Part and Inventory Search

Back
Top