What is the use of the formatdatetime function in the vbscript language?
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....
Hi, I need to accept user inputs for login at runtime.I know i can use Inputbox but how to proceed further that i dont know. Thanks in advance
Which date function is used in the vbscript language to find the difference between the 2 dates?
Why do we use Option Explicit?
write a vb script to rename a folder from tree4 to tree7
Write a code to print numbers from 5 to 0?
What are class properties?
write a vbscript for traffic signal
Why to use option explicit in vb script?
Can anyone help me in write coding to get this pattern * ** *** ****
i created script for login in QTP,i parametirized that using global sheet,problem i am facing is first i want to login with first values provided in excelsheet and want to perform some operation,second time if call same action it should login with second values in excelsheet
how does vb script help in web page designing? explain with example.