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 Mike Lewis 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. new2everything

    Submit values to a parent page

    I have a code to submit values from child page to the parent page but some of the inputs I take values from are conditional or repeat - defined by php and the values are not transferred. Please help, this is my code (the relevant bits): <head> <script langauge="javascript"> function...
  2. new2everything

    populate textfields based on selection from a dropdown

    Thank you so much! It works brilliantly! You've helped me a lot.
  3. new2everything

    populate textfields based on selection from a dropdown

    I've put this code into the browser but it doesn't seem to work. This is the source code I've copied from the browser. I'm using Opera and I need the code to work in opera only. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"...
  4. new2everything

    populate textfields based on selection from a dropdown

    There is 1 select and 3 text fields (not hidden). Once you select the client from the list, the company's details are put into the 3 fields. A sample result is: ID - Name - Tel - Email 123 - CocaCola - 02081234567 - info@cocacola.com 124 - Surrey Council - 08456543456 -...
  5. new2everything

    populate textfields based on selection from a dropdown

    Hi, Thanks for replying. I've simplified the code just to include what I'm referring to. When I was doing it, I realised that I can't put the values through hidden fields as they would be inside the select tag so I need another way of doing it. You've done it by putting the value in the title...
  6. new2everything

    populate textfields based on selection from a dropdown

    Hi, my question is based on the thread under this URL: http://www.tek-tips.com/viewthread.cfm?qid=1554251&page=1 The above thread shows how to populate a single textfield from a pull down menu. What I'd like to do is to have hidden fields with each select option and have their values...

Part and Inventory Search

Back
Top