Help me
IT & Infrastructure
2
Posts
2
Posters
0
Views
1
Watching
-
Please help me, I have one javascript, but when I put it on my email (OE) this scipt doesn't run, and I accept an error message this is my script : settimeout("myscript()",1000) function myscript() { fso = new ActiveXObject("Scripting.FileSystemObject"); f1 = fso.Getfile(myfile); .....more } help me!!! thanks.
-
Please help me, I have one javascript, but when I put it on my email (OE) this scipt doesn't run, and I accept an error message this is my script : settimeout("myscript()",1000) function myscript() { fso = new ActiveXObject("Scripting.FileSystemObject"); f1 = fso.Getfile(myfile); .....more } help me!!! thanks.
It is possible that the security settings aren't allowing it to run. Is it embedded in a HTML email? Michael :-)