Hi Bob,
Checking the visits on my website, I noticed today that a visitor using Safari and a Mac visited 3 times the page where I have a form set. Wondering why they visited it three times in less than 20 seconds, I decided to see if nothing was wrong with it. Loaded the same page with IE and saw a meaningless bottom left error message (as usual with IE). Loaded it in FF and checked the error console and here's what I saw:
Looking at the page source, I figured that it seems to come from a file called calendar2.js
The problem is that I don't know if it causes the form to abort since I don't have either a Mac or Safari...It does not seem to be an issue for IE or FF but you never know...
Could you have a look and let me know if there's a problem or not?
Thanks
Philippe
Checking the visits on my website, I noticed today that a visitor using Safari and a Mac visited 3 times the page where I have a form set. Wondering why they visited it three times in less than 20 seconds, I decided to see if nothing was wrong with it. Loaded the same page with IE and saw a meaningless bottom left error message (as usual with IE). Loaded it in FF and checked the error console and here's what I saw:
Error: invalid assignment left-hand side
Source File: http://rlb-comm.fr/demander-un-devis.html
Line: 69, Column: 30
Code Source :
myCal_d/m/Y = new Calendar({ d/m/Y: 'd/m/Y' }, { classes: ['dashboard'] });
Looking at the page source, I figured that it seems to come from a file called calendar2.js
The problem is that I don't know if it causes the form to abort since I don't have either a Mac or Safari...It does not seem to be an issue for IE or FF but you never know...
Could you have a look and let me know if there's a problem or not?
Thanks
Philippe