I Did Not See That I Only Put One "=" In The If Statement, And I Am Still A Beginner with JavaScript, And Have Never Properly Learned A Programing Language (as in i have self thought my self through looking at other at code and using Google) So Any/All Advice Is Being Used.
All My Code Is Working Wonderfully Except This If Statement
if (FileExists(FEN) == true) {
EFE();
alert ('IF');
}
else {
alert ('ELSE');
lastcheck();
};
When I Comment It Out It And Run lastcheck(); without checking for the file with JavaScript it Works Flawlessly, But When I include that if statement The whole code will not run, Mavigozler after i post this i will look up Douglas Crockford's JSLint On Google
EDIT:
I Have Also Added The "var" in front of the variables