+ Reply to Thread
Results 1 to 1 of 1

Thread: Javascript Select Value

  1. #1
    Tenant is offline x10Hosting Member Tenant is an unknown quantity at this point
    Join Date
    Jan 2009
    Posts
    13

    Javascript Select Value

    Ill display my code first and then describe what im trying to do.

    Javascript section
    Code:
    function ReadForm(obj1) {
       var data_array = obj1.os0.value.split('^');
       var des=data_array[0];
       var amt=data_array[1];
       obj1.os0.value = des;    
    }
    form code
    Code:
    <select name="os0">
    <option value="2^1">Two to one</option>
    <option value="3^2">Three to two</option>
    </select>
    Last line of the javascript I included is suppose to change the value of os0 when the form is submitted. Before you say use getElementById I will tell you that this is not an option. I am dealing with paypal buttons and this site has over 300 buttons which can not all use the same id. Any help on this one would help out alot.
    Edit:
    Update:

    I finally found a way to do it. For the benefit of anyone looking for this solution in the future here it is.

    Code:
    var selectBox = obj1.os0;
    var selectedItem = selectBox[selectBox.selectedIndex];
    selectedItem.value=des;
    Last edited by Tenant; 10-28-2009 at 03:10 PM. Reason: Automerged Doublepost

+ Reply to Thread

Similar Threads

  1. Replies: 0
    Last Post: 08-17-2008, 01:46 AM
  2. Making a site JavaScript dependent - pros/cons?
    By Tarzan in forum Programming Help
    Replies: 8
    Last Post: 07-11-2008, 10:08 AM
  3. drop down menus with JavaScript disabled?
    By sifaka in forum Free Hosting
    Replies: 1
    Last Post: 05-15-2008, 10:46 AM
  4. javascript and external javascript files problem
    By delon in forum Programming Help
    Replies: 6
    Last Post: 04-27-2008, 12:41 AM
  5. XML and Javascript
    By cuteboytm in forum Graphics & Webdesign
    Replies: 1
    Last Post: 09-21-2007, 10:00 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
x10hosting free hosting for the masses
dedicated servers