Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~136 People Reached
Favorite Forums
Favorite Tags
Member Avatar for web01

Hi, i have the following script <html> <head> <script type="text/javascript"> function displayResult() { var x=document.getElementById("mySelect").selectedIndex; var y=document.getElementById("mySelect").options; document.getElementById('result').innerHTML = "You have selected " + y[x].text; } function displayResult2() { var x=document.getElementById("volume").selectedIndex; var y=document.getElementById("volume").options; document.getElementById('result2').innerHTML = "You chose " + y[x].text; } </script> </head> <body> <form> Select Drink<br> <select multiple="yes" size="7px" …

Member Avatar for stbuchok
0
136