Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: martim07
  • Content: Threads
  • Order by date
  1. martim07

    Text display after form submission

    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...
  2. martim07

    Execute Query with onclick

    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" )%>...
  3. martim07

    Executing SQL Query With JavaScript Function

    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" )%>...
  4. martim07

    Simple VBScript Question

    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...

Part and Inventory Search

Back
Top