mergence
06-17-2003, 09:27 AM
Any help greatly appreciated.
I need to be able to launch a new browser instance when user clicks a button. Pretty simple concept - a new IE window gets launched using a specified url. I've tried using Process.Start and this does create a new IE process but never displays it. I cannot see any property like "show" etc for displaying the window. ('Visible'=true of course.) Is there a better way to do this?
I know I can create a link with the target frame as a new window but I need an actual event to process some data before launching the new browser and the hyperlink control doesn't have a click event. I could use the Javascript 'open' func on a standard html button click but again I need to trap the event.
What I'd really like to do is create the new page object and set some collection properties in it first, then launch it as a new browser instance. This is how it should work but how do you do it?
James Nye
I need to be able to launch a new browser instance when user clicks a button. Pretty simple concept - a new IE window gets launched using a specified url. I've tried using Process.Start and this does create a new IE process but never displays it. I cannot see any property like "show" etc for displaying the window. ('Visible'=true of course.) Is there a better way to do this?
I know I can create a link with the target frame as a new window but I need an actual event to process some data before launching the new browser and the hyperlink control doesn't have a click event. I could use the Javascript 'open' func on a standard html button click but again I need to trap the event.
What I'd really like to do is create the new page object and set some collection properties in it first, then launch it as a new browser instance. This is how it should work but how do you do it?
James Nye