Hello Bruce,
in my program I use the FileExplorer to display an HTML-page. Each time this windows gets opened, I get a message "Script-Error", pointing to
../scripts/all.js?c=1
Line 299
Character 125
Error: "Bezeichner, Zeichenfolge oder Zahl erwartet" => Zeichenfoge is a string, Zahl is a number, no idea what Bezeichner might be. Perhaps a variable?
In the Internet Explorer 11 I have these settings for script-errors turned off. Nonetheless my program always shows that message. I went through all pages Google has found for me, which promised a solution. All said the same, none worked!
I looked int this all.js and found this:
eval(function(p,a,c,k,e,r){e=function(c){return(c<a?'':e(parseInt(c/a)))+((c=c%a)>35?String.fromCharCode(c+29):c.toString(36))};
What makes me wonder is that there is no closing bracket for eval( before the ; semicolon. I tried to set one there, but it did not solve it. However I am not sure, if this is a matter of teh cache, or the all.js.gz still being not altered, because this is way over my head.
I am sure that this display of an HTML-document worked okay in the past. But I do not call this procedure everyday, so I can't tell, since when it has change. If it did. But for now I claim, it once worked okay.
Maybe that eval( thingie is the culprit?
tia
Wolfgang
PS: I am on Nettalk 9.30