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

  1. Mase571

    Wierd Javascript Error When passing a value

    Hi I am sorry but i faced another problem lets say i selected option 1 and then changed my mind and selected option 2 the output is coming as if i selected both options. i need only one output shouldnt the break do this job?
  2. Mase571

    Wierd Javascript Error When passing a value

    ok thanks a lot got it
  3. Mase571

    Wierd Javascript Error When passing a value

    thanks again but here its passing the case number not the value of the option and when u change the option selected im getting the action failed
  4. Mase571

    Wierd Javascript Error When passing a value

    Hi again im sorry im new to javascript i have another question: Now this worked for one hidden value what if i have 8 hidden values? I need a function like: if option1 selected pass the value to checkbox1 if option2 selected pass the value to checkbox2 i tried something like this but...
  5. Mase571

    Wierd Javascript Error When passing a value

    Thanks bro that worked like a charm appreciate it.
  6. Mase571

    Wierd Javascript Error When passing a value

    Hi I am passing a value from the selected item in a dropdown list to a hidden field (00N200000013PAx). This is the code: function onChange(){ var Current = document.destin.procedure.selectedIndex; document.form.00N200000013PAx.value = document.form.procedure.options[Current].value; }...

Part and Inventory Search

Back
Top