Problem with WebBrowser control
Hi,
I am using a webbrowser control on a windows form (c# 2.0)
and trying to browse an oracle jsp page. I am trying to display the jsp page in a modeless window (no toolbar, no menubar, not resizable, fullscreen).
This form contains only webbrowser ctrl to depict a simple browser.
When i try to post data in the jsp page, it throws the following error:
An error occurred in the script of this page:
2723: 'window.external' is null or not an object.
I understand that window.external needs some value for form submit, but i am unable to understand what value it is expecting to be passed for the form submit on the external jsp page?
Please advice how to resolve this issue.
Thanks in advance.
Lakshmi
|