Combobox reset
Options.html was extended to include an image that will reset the combobox to the original format.
There two way that I found:
1. <a href="#" ><img src="Image4.JPG" onClick="window.location.reload()"/></a>
--> this will reload the page so then the ComboBox will change to the original format
2. Creating submit button which then call reset function:
No comments:
Post a Comment