cgchris99 Posted November 16, 2006 Share Posted November 16, 2006 Here is the html code<input type="checkbox" class="bluelinks" onclick="return checkUncheckAll(this,this.form);" /> Select / Deselect AllHow do I check this via curl since it has no name to reference?Thanks Link to comment https://forums.phpfreaks.com/topic/27495-how-to-check-checkbox-with-curl-that-has-no-name-or-id/ Share on other sites More sharing options...
Orio Posted November 16, 2006 Share Posted November 16, 2006 It will have no meaning, since it's javascript. Just use curl to check all of the checkboxes.Orio. Link to comment https://forums.phpfreaks.com/topic/27495-how-to-check-checkbox-with-curl-that-has-no-name-or-id/#findComment-125712 Share on other sites More sharing options...
cgchris99 Posted November 16, 2006 Author Share Posted November 16, 2006 If I have the ID of the check box what code to I use to tell CURL to click it? Thanks Link to comment https://forums.phpfreaks.com/topic/27495-how-to-check-checkbox-with-curl-that-has-no-name-or-id/#findComment-125724 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.