Give examples where vb script can directly run on users system with windows as os?
Explain about tristate constants in vbscript?
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....
write a vb script create 5 folders test1 test2 test3 test4 test5
The function template cocept is implemented in vb.net is ???
How to create a function in vbscript?
how to operate webobjects in a webpage using getobject function and then using generic methods?
Hi everybady, i have faced few Qns in one of i attended interview, please help me out with these below Qns. 1. how to join values without using join function? 2. how to compare values without using String compare function? 3. input is Bangalore, but i need output like this below format, what is function to use and get this outcome B A N G A L o R E 4. Input is "CapGemini" but uotput should be like this "inimeGpaC" 5. Input is 1 1 2 1 2 3 1 2 3 4 1 2 3 4 5 Can someone let me know results of this Qns, please. Thanks.
Differentiate javascript and vbscript?
What is the extension of the vbscript file?
Explain the adodb.stream class?
write a vb script code to display the vbscript word by word (i e 1st it should display v then b and up to t )
What aspects of vbscript make it safe so that a web page using vbscript cannot destroy or corrupt information on a user's computer?