This following trick will show you how we can search data in Advanced Search based on change event on the Combobox or Select Option element control. In other words, the search process will not be triggered by on click event that belongs to the submit button type, but triggered by on change event that belongs […]
How to Add “F2” Key Press to Submit Form in Websites that Generated by PHPMaker 9.2.0
For those of you who have implemented the customization that I wrote in the article How to Set Focus on Next Input Field Using jQuery When Users Press Enter in Websites that Generated by PHPMaker 9.0.2, then this following customization below is definitely for you! Yes, now we are going to add F2 Key Press […]
How to Customize Submit Button in Websites that Generated by PHPMaker 9.0.2
Are you tired of seeing the boring standard submit buttons in your web applications that generated by PHPMaker? Currently, PHPMaker generates submit buttons without adding the certain style so it is still using the standard button style just like we saw in Windows Standard button style. Now, you will never see that boring buttons again! […]
How to Disable Submit Button After Clicked with jQuery in Websites Generated with PHPMaker 8.0.3
In order to prevent the double submission in a form, then we should disable the submit button once it has been clicked by the users. Everyone agrees about that, right? So, we have to handle this situation in the pages that contains form and the submit button. Fortunately, most of the buttons that generated by […]