client side script:java script Server side: colsfusion
when i click on update button the page getting refreshed and i lost my url variables(i am passing my ticket ID through URL from ticketList page)so that i am not able to update my text values in Database.
the error occurs like below.. your Element ID is undefined in URL.
<cfquery datasource="#request.dsn#" name="getData"> SELECT * FROM supportTickets1 WHERE ticketID = #val(url.ID)#</cfquery>