What methods are used to create text files and open text files in the vbscript language?
No Answer is Posted For this Question
Be the First to Post Answer
Like OPTION EXPLICIT statement what are the other statements used in vbscript and their usage. Please post me all the statements please.
Hi all..I have two values. a=20 ,b=30 I want to perform c= a+b and c= a*b using user define function.please anyone give the answer
What if you do not specify anything when you call a procedure?
a function that takes an integer array as an argument and returns the largest value in the array. Use the function in a program
how to write vb script code for login gmail page by using notepad and how to run script in notepad
Why is error handling required?
write a program to display configuration of a local system with the help of vb script.
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 is sql loader? Explain the files used by sql loader to load file?
how to declare a variable in vbscript using vbscript
Hello All, In QTP 9.2 for Mozilla Firefox, there is webelement in my application, I tried to click on that using decsriptive programming, but it does not work. and for this i tried this code too: Set obj = CreateObject ("Mercury.DeviceReplay") absx = Browser("").Page("").WebElement(".").GetROProperty ("abs_x") absy = Browser("").Page("").WebElement(".").GetROProperty ("abs_y") obj.MouseMove absx, absy obj.MouseClick absx, absy, 0 But it is not clicked. Can anyone help me out for this problem. Thnx in Advance
Please Example programms on vbscript 1)writing functions and calling functions