From: Dennis Schafroth Date: Thu, 10 Nov 2011 10:25:06 +0000 (+0100) Subject: Test file X-Git-Tag: mobile-beta-1~4 X-Git-Url: http://sru.miketaylor.org.uk/cgi-bin?a=commitdiff_plain;h=fa5c4fff7a7f4deaad60f80f82a1b1dedfd49de1;p=pazpar2-moved-to-github.git Test file --- diff --git a/www/iphone/go.html b/www/iphone/go.html index 1fd9880..678e2b0 100644 --- a/www/iphone/go.html +++ b/www/iphone/go.html @@ -15,8 +15,12 @@ if(key == 13 || key == 10) { - document.forms[0].submit() - document.getElementById('testLink').focus(); + //document.forms[0].submit(); + button = document.getElementById('button'); + button.focus(); + button.click(); + + return false; } else @@ -30,7 +34,8 @@ onKeyPress="return handleKeyPress(event)" maxlength="100" value="" /> + - \ No newline at end of file +