I have a basic local HTML file with the following content:
<input type="checkbox" name="vehicle" value="Bike"> I have a bike<br>
<input type="checkbox" name="vehicle" value="Car" checked> I have a car<br>
When I open the file locally, I have two check boxes that I can click on. The car checkbox is already checked. If I also then click on the bike checkbox, I'd like to then save the file using "save as" on the browser so that when I reopen the file locally, I can see which check boxes are checked and which are not.
I'm using this simple example to illustrate a more complex example that I'll need to implement as I have RAs manually collect information from local HTML files and click on specific properties of each picture in the file.
I'd like to do this without PHP if possible so that I don't have to have the RAs download and install.
Aucun commentaire:
Enregistrer un commentaire