On Sun, 13 Jan 2013 23:32:14 +0000 (GMT), Tim Hill wrote: > As usual, this seems to be a NetSurf+Javascript issue. On 'another > platform' with a modern browser, the page linked to from > passports.ips.gov.uk is > https://passports.ips.gov.uk/epa1r1a/Rich/Formpage.aspx and not what > Netsurf comes up with that you quote; it uses a javascript link. Even > NetSurf's partial javascript is obviously not catered for.
The solution is actually to DISABLE JavaScript for it to work. When enabled it tries to go to "javascript:__doPostBack(\'ctl04\',\'\')", whatever that is supposed to do is clearly not supported/working in NetSurf currently. With JS disabled, NetSurf goes to the following page: https://passports.ips.gov.uk/epa1r1a/NoScriptRich/Formpage.aspx Which should work perfectly, being a non-JS version of the site. Chris