Quantcast
Channel: Javascript – eSearing.com
Browsing latest articles
Browse All 5 View Live

Date Subtraction or Difference

Sometimes you need to know the differences between two dates in days months years whatever. SQL SERVER select datediff(day,date1, date2) as days_diff, datediff(month,date1, date2) as months_diff... Can...

View Article



Search Form Submission without submit button

Here is a quick view of how to submit a form when the enter key is used instead of the submit button. OnKeyPress checks to see if the key code is 13 which is the enter/return key. Then it calls …...

View Article

Javascript – checkboxes are checked?

How to Evaluate if Check Boxes are checked when submitting a form. Throws an error if none are checked. Continue reading →

View Article

HTML 5 and frameworks

In rebuilding my site I have been brushing up on HTML5 and CSS3 and looking into the future to determine how I can best serve my clients with modern code that is also backwards compatible. In the...

View Article

MSIE 9 bug – enctype multipart/form-data

Fixing Coldfusion error message Invalid content type: application/x-www-form-urlencoded.The files upload action requires forms to use enctype=””multipart/form-data””. It is a bit misleading since we...

View Article

Browsing latest articles
Browse All 5 View Live




Latest Images