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?
No Answer is Posted For this Question
Be the First to Post Answer
How to assign a numeric value to a variable?
Which is the default Data types in VBScript?
Could Anybody Please tell me What is the script for Find 3rd Largest element in the Array without using a SORT function int Find(int arr[], int size); Thanks in Advance..
What if you do not specify anything when you call a procedure?
Hi everybady, i have faced few Qns in one of i attended interview, please help me out with these below Qns. 1. how to join values without using join function? 2. how to compare values without using String compare function? 3. input is Bangalore, but i need output like this below format, what is function to use and get this outcome B A N G A L o R E 4. Input is "CapGemini" but uotput should be like this "inimeGpaC" 5. Input is 1 1 2 1 2 3 1 2 3 4 1 2 3 4 5 Can someone let me know results of this Qns, please. Thanks.
Explain about scrrun.dll in vbscript?
wat is the com(common object model)object for mozilla firefox???????plz if any one know the exact answer....reply me......
how to write a vb script in QTP for yahoo registration form, i want to check the performance also like performance test, stress, load test like that.
How to write Descriptive programming in .VBS file i wrote this code but it is giving error.. Dim qtApp set qtApp=createobject("QuickTest.Application") qtApp.Launch qtApp.Visible=True Set objIE = CreateObject("InternetExplorer.Application") objIE.visible = True objIE.Navigate "www.gmail.com" browser("title:=gmail").title("title:=gmail")
How will you get a string with the specified character the specified number of times in vbscript?
Give examples where vb script can directly run on users system with windows as os?
Which operator can be used to check if two numbers are equal or not in vbscript?