ASP problem, I can t write an ASP program, get the front end form value, and then send it to the ema

Updated on technology 2024-04-22
17 answers
  1. Anonymous users2024-02-08

    Just swap your 111 for the received variables. Such as:

    goemail myusername, mypassword, "111", "111", "2333", request("mytext"), ""

  2. Anonymous users2024-02-07

    Customize the method for receiving form parameters.

    Form page: The page where the parameters are received:

  3. Anonymous users2024-02-06

    I'll give it to you if you understand it or not. Absolutely good! Give points!

    Method? id=

    Get the classification by ID.

    lbl_"classify"].tostring();Method 2

  4. Anonymous users2024-02-05

    with"This is the value of the name attribute")

    For example, <%.

    textfield"))

  5. Anonymous users2024-02-04

    with the jmail component.

    The landlord can search for jmail related knowledge.

  6. Anonymous users2024-02-03

    See if the database fields are allowed to be empty!

  7. Anonymous users2024-02-02

    Do you have a field setting that doesn't allow null, but allows control for form submissions? You put the error message displayed in the error and take a look.

  8. Anonymous users2024-02-01

    Problems with field settings·· Just leave it empty.

  9. Anonymous users2024-01-31

    The value of the name form is empty.

    action=".asp"Form import. asp page.

    onsubmit=""When type=submit is clicked on the form, the content is activated.

  10. Anonymous users2024-01-30

    if keywords="" then

    elseif selname="Graduation certificate number" then***

    elseif selname="Name" then***

    end if

    Note below, end if is the end of the end.

    sql,conn,1,1

  11. Anonymous users2024-01-29

    Then another way to use the script Anyway, all roads lead to Rome before select does not loop should be a problem for me to judge if conditions That is to say, I don't meet the conditions of if and I don't meet the conditions of else (it should be that I didn't look at it much when I got off work) sorry.

  12. Anonymous users2024-01-28

    ""&i&"")'

    You change this sentence to.

    &i&"")

    next> Actually, this sentence can be written like this.

    for i=2010 to 1901 step -1%>

    %=i%>%next

  13. Anonymous users2024-01-27

    Under the words "date of birth:", add :

    "year")="select")

    if "year")="" then

    a=""else

    a="year")

    end if

    Then change the sentence "" into :

    =a%>

    That's it.

  14. Anonymous users2024-01-26

    'The value of select here needs to be bound.

    i is of the int type,"select1") is <% of the string type

    for i=2010 to 1901 step -1if "select1")<>"" and int("select1"))=i then

    " selected><%=i%>

    'Should it be changed to this line of work**?

    else>" ><=i%>"

    end ifnext

  15. Anonymous users2024-01-25

    For security reasons, forms cannot be submitted automatically, and must be attended by users.

    However, with AJAX, you can send a request as a post.

    For example: request the page, and send some extra data along (while still ignoring the return value):

    jquery **:

    post("", )

  16. Anonymous users2024-01-24

    I don't know what you do, I'll give you an idea.

    A page <%.

    action=request("action")ifaction="aSubmission"

    then into the database.

    Page B?action=returns page b"

    Endif>B page <%.

    action=request("action")ifaction="Return to page b"

    thenjs calculations.

    Insert the database. A page <%."

  17. Anonymous users2024-01-23

    It was very smooth to help you solve it.

    Happy to work with.

Related questions
9 answers2024-04-22

If you're using aspnet, he has a special function in. NET to get a computer name, IP address and current username is very simple, the following are a few methods I commonly use, if you have other good methods, you can reply and sort it out together: >>>More

10 answers2024-04-22

File**.

msg(i)next >>>More

9 answers2024-04-22

do while not

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

13 answers2024-04-22

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

4 answers2024-04-22

function open conn() defines the function open conndim dbpath, and conn defines the variables dbpath and conndbpath="Database path"Override the relative path of your database to the variable dbpath >>>More