Forum: JavaScript / DHTML / AJAX Apr 26th, 2005 |
| Replies: 20 Views: 43,909 You can use JS and a cookie...
Create a directory with images named ##.jpg
Then when the page loads read or set the cookie with that image id (##) the next time the page loads read the cookie... |
Forum: JavaScript / DHTML / AJAX Apr 26th, 2005 |
| Replies: 8 Views: 21,878 When you do the submit call the validation process and loop the form elements. Inside that loop create switch that contains all the form element types your form contains and then process each element... |