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

_______________________________________________
Lynx-dev mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/lynx-dev

Reply via email to