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
Ranked #107.80K
1 Posted Topic
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); } …
The End.
cris.calleo