JS: Adding File Upload Boxes to Forms
Instead of having numerous file upload boxes to begin with, create a JS function so that the user can add as many as he/she likes. Continue reading
Instead of having numerous file upload boxes to begin with, create a JS function so that the user can add as many as he/she likes. Continue reading
Read Part 1. Now we need to write the submitted message to a log so everyone can see it. First of all, simply create the file “log.txt”. Since our form is on the top, we want the most … Continue reading
A short article on putting boxes around items and including shadows. If you’d like an example of what we’ll be making, it’s below: This is a box filled with text. If you roll over me, a shadow appears…cool! While it … Continue reading
If you don’t know what a lightbox is, you can: Click here for an example. Many lightboxes are created using Javascript. These lightboxes are hard to modify and don’t always support many scripts. That’s why I’m going to show … Continue reading