Forum Discussion
Ryan_Moran
11 years agoValued Contributor
This is unrelated, but thought it may help you Curt:
function closeBrowser(browsername){
var myBrowsers = (new VBArray(Sys.FindAll('Name','*' + browsername + '*',1,true))).toArray();
for (var c = 0;c < myBrowsers.length;c++){
if (myBrowsers.Exists){
myBrowsers.close();
//click popup if it exists here
}
}
}
Related Content
Recent Discussions
- 5 days ago
- 5 days ago