Hi,
I need to have the result of this query: <% sqlString = "SELECT EASE_OF_USE.EASE_OF_USE_DESCRIPTION FROM EASE_OF_USE INNER JOIN QUESTION_1_PHP ON EASE_OF_USE.EASE_OF_USE_ID = QUESTION_1_PHP.EASE_OF_USE_ID"
SET RS = Con.Execute( sqlString )
%>
<%=RS( "EASE_OF_USE_DESCRIPTION" )%>
display in a textarea when A user clicks on a button. I think that I need to write a function and then assign a variable to the onclick event, but I'm not used to programming at this level. I would appreciate any help with this.
Thanks
I need to have the result of this query: <% sqlString = "SELECT EASE_OF_USE.EASE_OF_USE_DESCRIPTION FROM EASE_OF_USE INNER JOIN QUESTION_1_PHP ON EASE_OF_USE.EASE_OF_USE_ID = QUESTION_1_PHP.EASE_OF_USE_ID"
SET RS = Con.Execute( sqlString )
%>
<%=RS( "EASE_OF_USE_DESCRIPTION" )%>
display in a textarea when A user clicks on a button. I think that I need to write a function and then assign a variable to the onclick event, but I'm not used to programming at this level. I would appreciate any help with this.
Thanks