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

    Javascript synchronized 3 <select>

    You mean to generate the source code for the data JavaScript object ? I saw that many people used to generate such code by echoing each value separately in a loop. If that is your case too, I suggest to take a look at the json_encode() PHP function. It is simpler and safer. There is a usage...
  2. tbogdan

    Javascript synchronized 3 <select>

    Thank you very much feherke, I have modified the script in order to use informations from my mysql db with php and now it works perfectly!
  3. tbogdan

    Javascript synchronized 3 <select>

    All code is relevant in order to meke script work, except html tags: "<html> <head> </head> <body> </body> </html>" If I use only 2 synchronized select boxes with 2-3 options it works. When I extended the script to 3 select boxes it has functionality errors as you can see if you paste the code...
  4. tbogdan

    Javascript synchronized 3 &lt;select&gt;

    Hello! I have the attached html+javascript. In it there are 3 <select>, synchronized. But After I do some changes in boxes the script returns buggy result. Please show me what is wrong, and help me in order to fix it. Thanks in advanced! (PS: Sorry for my English)

Part and Inventory Search

Back
Top