hello! i need help on how i can pass variable from javascript to JSP. i know it's somehow impossible since javascript is on the client-side and JSP is on the server-side. Is there a workaround with it so that i could use the variable from my javascript in JSP. Actually i needed the variable in one of my queries field for ResultSet in JSP. Thanks!