I am trying to set up 4images so that when I press the
Validate images button it validates without asking to submit. I have already set it up so that when I click on Validate images it automatically selects the first file only as validated.
I would like to follow that action up with the same thing for resize thumbnails. That is also set up to choose the right options without having to change anything manually.
The plan is to add
http://www.whatever.com/members/gallery/admin/validateimages.php?action=validateimages to a crontab job so that one image is validated say once a week or whatever. I'd like to add the auto thumbnail straight after that so it can resize manually added thumbnails belonging to video files.
Any ideas on how I could skip past the submit button of those forms (
validate and
thumbnail screenshots)?
I havent tried changing onClick to onLoad yet,