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 gkittelson 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: *

  1. martim07

    Text display after form submission

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

    Execute Query with onclick

    Thanks! For some reason, it is skipping directly to the "else" part of the statement.
  4. martim07

    Executing SQL Query With JavaScript Function

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

    Executing SQL Query With JavaScript Function

    Yes, I should have made that clear. I already have an active connection to the database. Would it be better to do a function with ASP?
  7. 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" )%>...
  8. martim07

    Simple VBScript Question

    Thanks! But what about the VBScript onClick event?
  9. 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