PurpleUnicorn
Programmer
I have a form containing a list of items that I want to search for at a particular site. I construct my url using the selected item.
I have tried:
application.followlink myUrl,, false
shellexecute ...sUrl...
Web Browser control
InternetExplorer object
All allow me to follow the link and open a browser - always a new browser. I want to reuse the open browser. How can this be done? (The "Reuse windows for launching shortcuts option in IE is checked)
Thanks in advance!
I have tried:
application.followlink myUrl,, false
shellexecute ...sUrl...
Web Browser control
InternetExplorer object
All allow me to follow the link and open a browser - always a new browser. I want to reuse the open browser. How can this be done? (The "Reuse windows for launching shortcuts option in IE is checked)
Thanks in advance!