I want to be able to do this from within an ASP.NET application.

Now I'm down to just wondering if I should have the web app start off an exe webform app and communicate with it somehow... probably not worth it.

Is there no other way besides these WebBrowser objects to deal with executing javascript that does whatever and eventually takes me to another page? Without writing a javascript interpreter or something, hah.