Explain the tristate constants in vbscript?
No Answer is Posted For this Question
Be the First to Post Answer
Hi Friends, I am facing some issues with If,else condition,i.e. i am working on some web page for ex:gmail page.now if i want to check if username is incorrect or already exist,i want to display error message in my test report,for this i am using a simple code first,i.e. If Browser("Gmail: Email from Google").Page("Gmail: Email from Google").WebEdit("Email").Set "Shekhar.g"= true Then Msgbox ("Username Does not Exist!") Else msgbox ("Welcome !") End If But still i am getting a syntax error If Browser("Gmail: Email from Google").Page("Gmail: Email from Google").WebEdit("Email").Set "shekhar.g"= true Then Msgbox ("Username Does not Exist!") Else msgbox ("Welcome !") End If I don't feel any thing wrong in this syntax but i don't understand why it shows such error,i am confused what went wrong,please help me out & do the favor,thanks a lot....
how to write basic programs in VB Script like addition, multiplication?
How to create a cookie using vbscript?
Which function allows you to instantiate an object given its programmatic identifier or progid?
Which event is triggered when mouse focus comes out of an element in the vbscript language?
What is event handling in vbscript?
How can you create a file object to work with the files in the vbscript language?
What is the use of option explicit statement?
Could Anybody tell me the Script for REVERSE an Interger int reverse(int num) Ex:246 to 642.. Thanks in Advance.
Hi this is Vinoth. I need a help on below mentioned question A combobox contains list of items assume as 5 I have to get each items Individually and I have to Export to datatable. Please help me on this. Thanks
How to throw an error in vbscript?
If else for do while select in vb script?