Write a Fucntion to close all Opened browser expect desired
one?
Post New Answer View All Answers
What are the 2 ways to pass a value to the function?
Mention characteristics of sub procedures?
1. How do declare public variable in vb scripts?
What are the environments supported by vbscript language?
How to create a cookie using vbscript?
What is the use of the formatdatetime function in the vbscript language?
Which function is used in the vbscript language to convert the specified expression into a date type value?
How you can call vbscript functions?
What are string functions in vbscript?
What are the valid scopes of a variable in vbscript?
Which conditional statement is the most convenient one to use in the case of multiple conditions in the vbscript language?
what is event handling?
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?
There are 5 web pages.write a script to click the button on 4th web page.
What is the difference between do until loop and do while loop?