Results 1 to 9 of 9

Thread: [RESOLVED] HOW to write Javascript in VB.NET?

Threaded View

  1. #1

    Thread Starter
    Addicted Member NinaWilliam's Avatar
    Join Date
    May 2005
    Location
    @Home
    Posts
    133

    [RESOLVED] HOW to write Javascript in VB.NET?

    how can i write if statment in javascript that returns true or false values to vb.net

    i mean.. how can i do it to look like the following

    javascript code:if (confirm('Are you sure you want to book an appiontment??'))
    {return true;

    do some VB.NET Code

    } else {

    return false;

    Do some other VB.NET Code

    };

    Please help...
    Last edited by NinaWilliam; Mar 8th, 2006 at 02:04 AM.

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