Click to See Complete Forum and Search --> : document.write("\"); ???


David Harrison
05-31-2003, 04:13 PM
I want to put a \ on my page but unfortunately I can't because it is used for, amongother things, speach marks within speach marks, I gave it a try anyone by using:
document.write("\");
and as expected it didn't work so does anyone know the character code for \?

Nevermore
05-31-2003, 04:27 PM
Put document.write("\\");

David Harrison
05-31-2003, 04:42 PM
Ah, so simple, thanx.