Answer Posted / sabeelansari
It is a frontend application development tool for GUI
applications. Introduced by microsoft in the year of 1990.
Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Mention what if you do not specify anything when you call a procedure?
Which date function is used in the vbscript language to find the difference between the 2 dates?
What is vbscript language used for and which earlier language is it modeled upon?
What is the use of the formatdatetime function in the vbscript language?
i wrote vbscripit code in notepad i got error i am in learning stage if u ps tell me what wrong in my code my error is "object required descriptive at line one run time error"and my code is "set usernameobj=Descriptive.Create() usernameobj( "name").value="Username" set passwordobj=Descriptive.Create() passwordobj("name").value="password" set signinobj=Descriptive.Create() signinobj("name").value="sigin" browser("gmail").page("gmail").WebEdit("usernameobj").set ("enter username") Browser("gmail").Page("gmail").WebEdit("passwordobj").Set secure.Crypt.Encrypt("enter password") browser("gmail").page("gmail").WebButton("siginobj").click
What are keywords in the vbscript language?
How to throw an error in vbscript?
Which conditional statement is the most convenient one to use in the case of multiple conditions in the vbscript language?
Which function is used in the vbscript language to convert the specified expression into a date type value?
Can someone please tell me what poor design in a relational database (not the layout or style) is and how it can be avoided? PLEASE...im desperate.
how does vb script help in web page designing? explain with example.
Write program for identifyig duplicates in flight Departing from and Arriving in mercury tours(web application).
What is the use of the instr function?
What is the use of option explicit in vbscript?
How to get the length of the string by making use of the string function?