Results 1 to 8 of 8

Thread: Problem with <Button onclick=>

Threaded View

  1. #1

    Thread Starter
    Lively Member
    Join Date
    May 2002
    Posts
    70

    Problem with <Button onclick=>

    I am using VBScript and I have the following code on an ASP page.

    Code:
    <button onclick="Test;">Test</button>
    
    <%Sub Test%>
    <p>Hello</p>
    <%End Sub%>
    All I am trying to do is learn how to call a sub when the "Test" button is clicked. I have not been able to find an example of this.

    Any help would be greatly appreciated.
    Last edited by CT_Eagle; Aug 4th, 2004 at 12:44 PM.

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