Results 1 to 4 of 4

Thread: selectedindex

  1. #1

    Thread Starter
    Evil Genius alex_read's Avatar
    Join Date
    May 2000
    Location
    Espoo, Finland
    Posts
    5,538

    selectedindex

    Can anyone show me how to use the selectedindex property of a selectbox please?
    I've tried loads of examples including the one below, but can't get it working!
    Code:
    <HTML>
    <HEAD>
    	<SCRIPT Language="javascript">
    	function workgoddamnit()
    	{
    		alert(document.frm1.sel1.selectedindex);
    	}
    	</Script>
    </HEAD>
    
    <BODY>
    <FORM Name="frm1">
    	<SELECT Name="sel1" onchange="workgoddamnit()">
    		<OPTION Value="a">a</OPTION>
    		<OPTION Value="b">b</OPTION>
    		<OPTION Value="c">c</OPTION>
    	</SELECT>
    </Form>
    </BODY>
    </HTML>

    Please rate this post if it was useful for you!
    Please try to search before creating a new post,
    Please format code using [ code ][ /code ], and
    Post sample code, error details & problem details

  2. #2
    Fanatic Member punkpie_uk's Avatar
    Join Date
    Sep 2001
    Location
    UK
    Posts
    645
    try selectedIndex not selectedindex.

    A lot of javascript is case sensitive. Like innerText and innerHTML
    SPREAD THE WORD!!! Are You Lee McCormick? Because I Am



    Lee M McCormick
    [email protected]

    Lee McCormick.com - Live
    Dynamically Webbed.com - In development but live

  3. #3

    Thread Starter
    Evil Genius alex_read's Avatar
    Join Date
    May 2000
    Location
    Espoo, Finland
    Posts
    5,538
    Yeah, just got it thanks! Doh

    Please rate this post if it was useful for you!
    Please try to search before creating a new post,
    Please format code using [ code ][ /code ], and
    Post sample code, error details & problem details

  4. #4
    Fanatic Member punkpie_uk's Avatar
    Join Date
    Sep 2001
    Location
    UK
    Posts
    645
    no probs.

    I only know cos I fell into the same trap a few weeks ago )
    SPREAD THE WORD!!! Are You Lee McCormick? Because I Am



    Lee M McCormick
    [email protected]

    Lee McCormick.com - Live
    Dynamically Webbed.com - In development but live

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width