What is vbscript?
No Answer is Posted For this Question
Be the First to Post Answer
Mention what is the technology used by vb script?
create a form to accept username and password validate the username and password with using message box, display the corresponding user message
Both Static and dynamic arrays are handled by VB script. Is it true?
write a program to display configuration of a local system with the help of vb script.
When importing an excel file that has several columns each with different number of rows into QTP's Global datatable, how can you count the number of rows in a particular column?
3 Answers Logica CMG, McGraw Hill,
why do u choose to go for testing why cant for devoloping
how to answer "TELL ME ABOUT UR SELF" as exp.person. whr to start and whr to stop. can anyone tel me
How can you destroy an object in vbscript?
Why is error handling required?
How to pass the parameter from one function to another function in VB Scripting?
hi Set myobj=Description.Create() myobj("type").value="submit" myobj("name").value="google search" myobj("html tag").value="button" browser("title:=google").page("title:=google").webButton (myobj).Click i was running above code in one weak back it was working fine i got result,again i opened after few days ,again i was trying to run the code it shows run time error in last line of my code ,why ?pls answer my question?
Write a Program to add 2 numbers without using operators (+,-) and without using third variable. Note: Use VBScript only Hint: You can use other operators like '/' & '*'(Division & Multiplication)