|
-
May 22nd, 2005, 11:37 PM
#1
Thread Starter
Addicted Member
[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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|