What is the use of option explicit statement?
No Answer is Posted For this Question
Be the First to Post Answer
What methods are used to create text files and open text files in the vbscript language?
How to search word in a string without using instring function?
How to access array data?
What is loose binding? Why is it not a good practice to use it?
how to increasing the numbers in a given text box please write a vb script
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.
If we take 2 strings as “good” and “bad” then what will ‘+’ and ‘&’ operators return?
What is wrong with the following code: <%afname="header.asp"%><!?#include file ="<%=afname%>"?>
Whenever I use Wscript.Echo Qtp raising Run time error as 'Object required for Wscript' How I can create object for Wscript
what is the differance between BYVAL,BYREF?
How will you get a combined string from array of string in vbscript?
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?