0

Does anyone know how to write an event to the windows event log using javascript (or whether it's even possible)?

Thanks, Genaro

GPicazo
  • 6,516
  • 3
  • 21
  • 24

1 Answers1

1

It is not possible from plain javascript running in a browser. You would probably need a browser plug-in that linked to native code.

jfriend00
  • 683,504
  • 96
  • 985
  • 979