I'm building a Delphi application where there are two TWebBrowser
controls,
and I would like to submit from in one of the controls to the other one
(like using frames and a target=[frame name] in HTML).
But I cannot seem to find a way to do this using HTML and targets or
the TWebBrowser's
properties or events. Any thoughts?