Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
What is the best way to launch the browser
#4
Not Solved
Code:
function open(strURL)
Dim oexplorer
Set oexplorer=createobject("InternetExplorer.application")
oexplorer.visible=true
oexplorer.navigate strURL
Set open=oexplorer
Set oexplorer=nothing
End Function


Call open("http:\\yahoo.in")

I think this approach will make the function dynamic.

Regards,
Sankalp
Reply


Messages In This Thread
RE: What is the best way to launch the browser - by sshukla12 - 12-06-2011, 06:08 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Cannot find the "[ WebEdit ]" object's parent "[ Browser ]" (class Browser). Verify t Divya Roopa 1 8,460 03-11-2014, 12:13 PM
Last Post: devarapallliramana
  VBS to launch QTP 9.2 and invoke script automatically test123 2 11,977 05-08-2008, 09:17 PM
Last Post: Sri

Forum Jump:


Users browsing this thread: 1 Guest(s)