Hi,
I have a contact form that I have built into my site, and I have two questions. I am interested in seeing some code samples or in receiving the location of a good tutorial.
After a user inputs their contact info and clicks the submit button, the information pops up for me in the standard...
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" )%>...
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" )%>...
Hi,
I need to have a text area open up when a user clicks on a selection in a drop-down menu. I already have my database connected through ASP, and I have the information I want populating the textarea, I just need to know the function. Would this be assigned to the onClick event of the button...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.