|
From: | David Schroeder |
Subject: | [Lynx-dev] DISABLED form submit button |
Date: | Sun, 5 Feb 2012 11:08:13 -0600 |
I am trying to access a web page that has an "I agree" check box. Here's the source: <input name="report[terms]" type="hidden" value="0" /><input id="report_terms" name="report[terms]" onclick="$('submit').disabled==true?$('submit').enable():$('submit').disable()" type="checkbox" value="1" />I agree Below that is a 'submit' button: <input class="form_submit" disabled="disabled" id="submit" name="submit" type="submit".. The problem is when I check the "I agree" button, the form_submit is not enabled. When I do this through IE or firefox, the submit changes from greyed-out to functional. Is there a way to make this work in lynx? I tried with lynx-2.8.5-28.1 and 2.8.7. Thank you, David |
[Prev in Thread] | Current Thread | [Next in Thread] |