From fa5c4fff7a7f4deaad60f80f82a1b1dedfd49de1 Mon Sep 17 00:00:00 2001 From: Dennis Schafroth Date: Thu, 10 Nov 2011 11:25:06 +0100 Subject: [PATCH] Test file --- www/iphone/go.html | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) 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 + -- 1.7.10.4