Okay, ignore my first question above. It is not what I meant to ask.
As far as the email, I can use a JavaScript function with mailto used onsubmit, but this pops an email dialog. I want the email of the data to be invisible to the user.
Thanks.
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...
I am retrieving data from the database in other areas of the page through ASP. I just have no idea on how to execute this with onClick. Thanks for your input. I have moved this question to the ASP forum.
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.