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.
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?
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("textbox") 'value from html
Dim oRSa
sqlText="SELECT * FROM my_table WHERE my_column LIKE '" & varTextbox &...
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.