how does vb script help in web page designing? explain with
example.
No Answer is Posted For this Question
Be the First to Post Answer
How to pass argument by reference to a function in 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
what is used of Property........End Property loop ? how to write the script for it?
sunday is sunday monday tuesday wendesday sunday thursday friday saturday sunday sunday how to count no of sunday in the text file from vb? Answer me asap
What are the advantages of vbscript?
What is the difference between javascript and vbscript?
Mention the rules for using option explicit statement?
How will you check that a variable is an array in vbscript?
Which loop is used in case of arrays in the vbscript language?
write a vb script to display 3*3 matrix
write a vb script to add two 2*2 matrix
Which function is used in the vbscript language to convert the specified expression into a date type value?