Thanks,
However when I call this statement one after the other it launches in the
same instance of the browser. Is there anyway I can launch multiple sites
with single click. Thanks
However when I call this statement one after the other it launches in the
same instance of the browser. Is there anyway I can launch multiple sites
with single click.
Thanks,
However when I call this statement one after the other it launches in
the same instance of the browser. Is there anyway I can launch
multiple sites with single click. Thanks
it will open the new window but unforutnatley also opens another window with
that. Maybe you can find a way to close the other window programmatically.
This will do it with just the one copy of IE each.
Process.Start ("javascriptwindow.location =
'http://www.google.com/')")
Process.Start ("javascriptwindow.location =
'http://www.yahoo.com/')")
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.