![]() |
|
|
+ Search |
![]()
|
May 1st, 2000 05:36
Martin Honnen,
Client side JavaScript doesn't have a property for that but Java
provides one which NN3+ can check:
var lineSeparator =
java.lang.System.getProperty('line.separator');
This gives
'\r\n'
on a win platform.