OK I found the debug - Its still showing Empty is not defined. How would I define the empty? Do I have something in the wrong spot?
| SitePoint Sponsor |
OK I found the debug - Its still showing Empty is not defined. How would I define the empty? Do I have something in the wrong spot?
My God - its working! you are the best!


There is a process when programming called debugging, where you learn about the issues that are occurring and take small steps to get closer to a solution.
Debugging is typically not a one-step-fix-all process.
You may be having a caching issue, where the local web browser caches the previous version of the script. You can use Ctrl+F5 to force a non-cached reload of the web page.
Programming Group Advisor
Reference: JavaScript, Quirksmode Validate: HTML Validation, JSLint
Car is to Carpet as Java is to JavaScript


Programming Group Advisor
Reference: JavaScript, Quirksmode Validate: HTML Validation, JSLint
Car is to Carpet as Java is to JavaScript
Bookmarks