Jump to content

anilkumar

Members
  • Posts

    3
  • Joined

  • Last visited

Everything posted by anilkumar

  1. Hi all, When I am disabling the <select> dropdown with the element chosen displayed in it, using onload function, i am unable to change the color of the selected element when it is disabled.I have tried to use style tag but it is not coming.I have tried to use fontcolor javascript attribute , but i unable to get it.So please suggest me regarding it.Thanks all.
  2. Hello all, I had the problem ussing <select> in html with default value.<select name="cars" onChange="gcr_sbmit();"><option selected="selected" value=""></option><option value="volvo">Volvo</option><option value="saab">Saab</option><option value="fiat">Fiat</option><option value="audi">Audi</option></select>I want to raise the event when the user does the selection, but the actual problem raises when the user selects the selected option with "" as value.I dont want to raise event for it, how can i get tht be done( i.e. i dont want to execute the gcr_submit function for tht selected value)Thanks,Regards,Anil.
  3. Hi all, i had problem while using <select> tag in html page. i cant change the height of the select box during single selection. i had used the height attributes in select tag and in style tag also, but there was no effect. so, please tell me the attributes or the way to solve this problem.Thanks all,Regards,Anil.
×
×
  • Create New...