Commit b1e95bef authored by Andrew Hodgkinson's avatar Andrew Hodgkinson
Browse files

Customer work complete, and this version just shipped. Had to comment out the...

Customer work complete, and this version just shipped. Had to comment out the code in Main.c that sets the user agent string to fake Netscape, as the persistent problems with forms in tables showed up much more on a modem link - net result was that the customer's log in page at didn't work. Not faking Netscape gives an authorisation dialogue instead, allowing access to the site even if not by the most elegant of methods.
......@@ -20,6 +20,6 @@
/***************************************************/
_kernel_oserror * javascript_body_onload (browser_data * b);
_kernel_oserror * javascript_href_onclick (browser_data * b, HStream * t);
_kernel_oserror * javascript_href_onclick (browser_data * b, HStream * t, int * ignore);
_kernel_oserror * javascript_window_open (browser_data * b, int must_find, int record, char * url, char * target);
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment