javascript alert help
Posted: Sun Feb 11, 2007 10:24 am
when i use this character:
in a webpage, it shows the equivalent character(in this case س)
but when i use it like this:
it shows "& #1587;" and not س.
how can i make alert() to behave properly?
Code: Select all
& #1587; (i placed a space between ampersand and # intentionally to be posted correctly here)but when i use it like this:
Code: Select all
alert("& #1587;")how can i make alert() to behave properly?