Results 1 to 5 of 5

Thread: JavaScript Test2

  1. #1

    Thread Starter
    Big D Danial's Avatar
    Join Date
    Jul 2000
    Location
    ASP.Net Forum
    Posts
    2,877

    JavaScript Test2

    Code:
    javascript:Go()
    
    <input type=button onclick="javascript:Go()">
    Last edited by Danial; Sep 8th, 2004 at 03:36 PM.
    [VBF RSS Feed]

    There is a great war coming. Are you sure you are on the right side? Atleast I have chosen a side.

    If I have been helpful, Please Rate my Post. Thanks.

    This post was powered by :

  2. #2

    Thread Starter
    Big D Danial's Avatar
    Join Date
    Jul 2000
    Location
    ASP.Net Forum
    Posts
    2,877

    Re: JavaScript Test2

    Originally posted by Danial
    javascript:Go()

    <input type=button onclick="javascript:Go()">
    [VBF RSS Feed]

    There is a great war coming. Are you sure you are on the right side? Atleast I have chosen a side.

    If I have been helpful, Please Rate my Post. Thanks.

    This post was powered by :

  3. #3

    Thread Starter
    Big D Danial's Avatar
    Join Date
    Jul 2000
    Location
    ASP.Net Forum
    Posts
    2,877
    Code:
    <HEAD>
    <title>Untitled Document</title>
    <script>
    function Go(id)
    {
    	document.Page1.incnum.value=id;
    	document.Page1.submit();
    }
    </script>
    </HEAD>
    <HTML>
    <body>
    <form name=Page1 method="post" action="Page2.asp">
    <input type=hidden name="incnum">
    <input type = "Button" value="Mark" onclick="javascript:Go('Mark')"><br><br>
    <input type = "Button" value="Peter" onclick="javascript:Go('Peter')"><br><br>
    <input type = "Button" value="Harry" onclick="javascript:Go('Harry')"><br><br>
    </form>
    </BODY>
    </HTML>
    [VBF RSS Feed]

    There is a great war coming. Are you sure you are on the right side? Atleast I have chosen a side.

    If I have been helpful, Please Rate my Post. Thanks.

    This post was powered by :

  4. #4

    Thread Starter
    Big D Danial's Avatar
    Join Date
    Jul 2000
    Location
    ASP.Net Forum
    Posts
    2,877
    Code:
    <onlclick="javascript:Go()">
    [VBF RSS Feed]

    There is a great war coming. Are you sure you are on the right side? Atleast I have chosen a side.

    If I have been helpful, Please Rate my Post. Thanks.

    This post was powered by :

  5. #5

    Thread Starter
    Big D Danial's Avatar
    Join Date
    Jul 2000
    Location
    ASP.Net Forum
    Posts
    2,877
    VB Code:
    1. <onlclick="javascript:Go()">
    [VBF RSS Feed]

    There is a great war coming. Are you sure you are on the right side? Atleast I have chosen a side.

    If I have been helpful, Please Rate my Post. Thanks.

    This post was powered by :

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