devilinc Posted November 30, 2010 Share Posted November 30, 2010 i skipped solving this the other day with an easier way but now i am stuck with this stumble again in another area and i have no way out.... so here it goes, i have an ajax dropdown box...i need to get the value that is selected by the user when it is clicked and then pass this value to a new pop window by appending to its url....any suggestions? Link to comment https://forums.phpfreaks.com/topic/220222-ajax-dropdown-list-selected-value/ Share on other sites More sharing options...
devilinc Posted November 30, 2010 Author Share Posted November 30, 2010 sorry to bother guys got it solved and this is how i did it for those who are first timers like me.... i called a javascript function when i click the link for the pop-up window....in the javascript i get the selected value of dropdown in a variable and open my popup window right there.....and the place where the link is there to open pop-up i just call the function.....simple!!! Link to comment https://forums.phpfreaks.com/topic/220222-ajax-dropdown-list-selected-value/#findComment-1141298 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.