System.Diagnostics.Process.Start("http://www.google.com");
<script type="text/javascript">
</script> <script type="text/javascript" filtered="http://pagead2.googlesyndication.com/pagead/show_ads.js"> </script>
会占用现有的窗口,能不能让IE新开一个窗口?
<script type="text/javascript">
</script> <script type="text/javascript" filtered="http://pagead2.googlesyndication.com/pagead/show_ads.js"> </script>
答案是:
System.Diagnostics.Process.Start("iexplore.exe","http://www.google.com");