CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    May 2013
    Posts
    46

    Please Help in ASP

    Good morning

    In PHP we do something like this
    Code:
    <?php 
    If(isset($_POST["submit"]))
    {
        echo "You clicked me yeh?";
     }
    ?>
    How do you represent this in ASP? Not ASP.NET
    Please assist ASAP

  2. #2
    Join Date
    Jun 2009
    Posts
    113

    Re: Please Help in ASP

    There's an example for handling form POST in ASP here:

    http://www.w3schools.com/asp/showasp...emo_simpleform

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured