HI!
I have an application that allows a user to populate a series of <input> boxes and <select> boxes which are essentially filters on this application. when the boxes are populated and the user hits "apply", i need to gather the contents with a javascript function, then spit them onto the page to display the filters in plain text, also allowing more filters to be added which will append the results in text format below the previous filter. Is this possible? Thanks!
I have an application that allows a user to populate a series of <input> boxes and <select> boxes which are essentially filters on this application. when the boxes are populated and the user hits "apply", i need to gather the contents with a javascript function, then spit them onto the page to display the filters in plain text, also allowing more filters to be added which will append the results in text format below the previous filter. Is this possible? Thanks!