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 strongm 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: *

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

    Display text field information

    Trollacious Thanks for the valign tip. I do not think I explained my self correctly. I am still new to this. The text displays at bottom of form correctly that is working fine. I changed the code to your suggestions. I eliminated the text at the bottom of the form Name, Address, City, State and...
  17. Killborg

    Display text field information

    THANKS that is a great tip. But it still only displays the information entered into the text field. What I need to happen is when you enter "Your Name' in the text field. the result would display Name: Your Name Address: Your Address City: Your State Zip: Your Zip that way I can eliminate...
  18. 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...
  19. 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...
  20. 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...

Part and Inventory Search

Back
Top