|
will java webBrowser work with frames
I have written a windows form in C# utilizing its webBrowser. The problem is the web page url that I have it navigate to uses frames, and I continually get redirected, because C#'s documentCompletedEvent will not return true until each frame is processed. I can cut and paste the url in IE's address bar and bring the page right up, but not with C#'s webBrowser. Would I have any better luck with Java's web browser?
|