Link to home
Start Free TrialLog in
Avatar of curiouswebster
curiouswebsterFlag for United States of America

asked on

I need to write to a text file from JavaScript

I have an in-house unobtrusive library for jqGrid that I need to debug. Calling the windows.alert() works, but writing to a text file gives me a log of the sequences of the funnction calls. I can not use console.log since I will be comparing IE (where the bug does not appear) and FireFox (where the bug exists).

How can I code this?

Thanks.
ASKER CERTIFIED SOLUTION
Avatar of rknetwork
rknetwork
Flag of Russian Federation image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of curiouswebster

ASKER

Thanks.