ASP user registration issues, asp user registration issues

Updated on technology 2024-04-12
13 answers
  1. Anonymous users2024-02-07

    If you have a problem, you post all of it, or send it to me to help you modify it.

    If you submit, you can use js to make a judgment when submitting the form!

    I wrote you a judgment, if it's empty, you can't submit it!

  2. Anonymous users2024-02-06

    If you only set it to non-null in the database, it will only make an error when adding, and you cannot avoid adding null values.

    Judge the receiving page, or limit it with a regular expression.

  3. Anonymous users2024-02-05

    ??That's right.

    But are these two sentences of yours useful? If you add these two sentences, it will give an error, set recordset1 nothing, or if trim( then

  4. Anonymous users2024-02-04

    I'll tell you why:

    1) You check whether someone has already used this username statement, which restricts the "username" and "password" to be equal at the same time. This means that even if the username is not the same, and the password is the same, it will indicate that it has already been registered. You must be using the same password every time you register, so it should be like this:

    sql="select * from user where name='"name&"'

    2) In addition, the order of judgment should be like this: if not ( and then because the execution order of asp is chaotic from back to front.

  5. Anonymous users2024-02-03

    When prompting an error, what text is prompted, and the error is in the first few lines.

  6. Anonymous users2024-02-02

    xmlhttp to look up this information for a bunch of examples.

  7. Anonymous users2024-02-01

    Using ajax technology, specifically looking for ** on the Internet, there are many.

  8. Anonymous users2024-01-31

    Do you need scripts?

    It can be done, it's actually very simple.

  9. Anonymous users2024-01-30

    sql,conn,1,1

    if then

    elsezhucei=false")

    end if

    Just delete all these sentences.

    Originally, these sentences are to determine whether there is such a user in the database, and if you want to achieve the effect you want, you need to remove this mechanism.

  10. Anonymous users2024-01-29

    When the username exists, the program runs this:

    The crux of the matter is these two sentences, and I seem to have encountered this situation before, so in this case I usually write it in important terms:

    You can try.

  11. Anonymous users2024-01-28

    You've reopened this, try using js, ;

  12. Anonymous users2024-01-27

    It is recommended for you to register an AJAX instant detection program.

  13. Anonymous users2024-01-26

    Here's a simple :

    You submit the form to this page, please see:

    if request("tt")="qq" thendim username

    username=trim(request("username"))set rs="")

    sql,conn,1,3

    if not( and then

    )elsers("username")=username""

    set rs=nothing

    end if

    end if

Related questions
9 answers2024-04-12

do while not

Output line. for i=1 to 3 >>>More

10 answers2024-04-12

First of all: it is used to save the file, not to determine which directory to upload to. >>>More

27 answers2024-04-12

Right away! I'm just registered.,Normally, you should register on it.,If not, you can try to refresh or log in again! A beginner's guide to read!

8 answers2024-04-12

What you mean is that you have to jump to the past, and you can't jump to any other page. >>>More

11 answers2024-04-12

dim startime,conn,connstr,db,rs,rs_s,rs_s1

startime=timer() >>>More