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 Mike Lewis 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: pcr9
  • Order by date
  1. pcr9

    Login Script Screen Size

    Within my login script, I display a text file and then pauses (it is a warning to the user). The thing is that I would like to set the login script results dialog to be full-screen. How do I do this? Can I do this? Thanks for your time and trouble.
  2. pcr9

    ASP and mySQL - yes or no?

    Please help... this is a very simple request (if you know!). I have written my ASP page to connect to an online mySQL database that will query it without error. The problem is when I try to edit the database, I get an ASP error (sorry no code). Q. Can ASP edit an online mySQL database?
  3. pcr9

    Passing Property values

    declare the variable as soon as the script starts and then refer to that in the normal sql line. For example (in ASP): <% varTextbox = Request.Form(&quot;textbox&quot;) 'value from html Dim oRSa sqlText=&quot;SELECT * FROM my_table WHERE my_column LIKE '&quot; &amp; varTextbox &amp...

Part and Inventory Search

Back
Top