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
~121 People Reached
Favorite Forums
Favorite Tags

1 Posted Topic

Member Avatar for cris.calleo

Hi, I need to get a variable value from dropdown and pass this to another JS file: On <SELECT> i have Onchange event, which get dropdown value. If I make selection, alert popup appear with correct value file.php ... script ... function __doPostBack(elm) { var user_id = elm.options[elm.selectedIndex].value; alert(user_id); } …

Member Avatar for EvolutionFallen
0
121

The End.