Hi Guys,
I'm trying to make an option on my site where visitor could select certain image(s) to print.
Here is the closest code, I've found.
http://javascript.internet.com/misce...elds-only.html
I'm not good in Javascript to write the code. I would appreciate any help.
Here is my approximate code.
<a href="#">Print selection</a>
<br>
<br>
<input type="checkbox" name="checkbox" id="checkbox">Select to print<br>
<img src="images/1.gif" width="600" height="400" /> <br>
<input type="checkbox" name="checkbox" id="checkbox">Select to print<br>
<img src="images/2.gif" width="600" height="400" /> <br>
<input type="checkbox" name="checkbox" id="checkbox">Select to print<br>
<img src="images/3.gif" width="600" height="400" /> <br>
<input type="checkbox" name="checkbox" id="checkbox">Select to print<br>
<img src="images/4.gif" width="600" height="400" /> <br>
<input type="checkbox" name="checkbox" id="checkbox">Select to print<br>
<img src="images/5.gif" width="600" height="400" /> <br>
<input type="checkbox" name="checkbox" id="checkbox">Select to print<br>
<img src="images/6.gif" width="600" height="400" /> <br>
<input type="checkbox" name="checkbox" id="checkbox">Select to print<br>
<img src="images/7.gif" width="600" height="400" /> <br>
<input type="checkbox" name="checkbox" id="checkbox">Select to print<br>
<img src="images/8.gif" width="600" height="400" />