[Javascript] Formatting alert Messages

Dan Costea costea.dan at ssi-schaefer.ro
Thu Mar 7 00:27:09 CST 2002


One way to display alert messages with special characters is:

<div id="msgTest1" value="&Agrave; &Aacute; &Acirc; &Atilde; &Auml;"></div>
<div id="msgTest2" value="&egrave; &eacute; &ecirc; &euml; &igrave;"></div>

<script language="JavaScript">
alert (msgTest1.value);
alert (msgTest2.value);
</script>


if you need a complete list with all the encoding, email me or search the
web.

Dan.


----- Original Message -----
From: "Praveen" <bpraveen at cmcltd.com>
To: <javascript at LaTech.edu>
Sent: 07 March, 2002 7:19 AM
Subject: [Javascript] Formatting alert Messages


> Hi all,
>           I would like to display alert messages in local language using
> unicode. is there any way to do? Please help me in this regard asap.
>     tai
>
> regards
> praveen







More information about the Javascript mailing list