نسخة الكود كما يلي:
<! doctype html public "-// w3c // dtd xhtml 1.0 transitional // en"
<html xmlns = "http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv = "content-type" content = "text /html ؛ charset = utf-8" />
<title> Unted Document </title>
<script language = "javaScript">
Words1 = "مرحبًا" ؛
الآن = تاريخ جديد ()
Words2 = now.tolocalestring () ؛
العلم = 0 ؛
وظيفة Flash ()
{
إذا (العلم == 0)
{
Window.Status = Words1 ؛
العلم = 1 ؛
}
آخر
{
Window.Status = Words2 ؛
العلم = 0 ؛
}
setTimeout ("flash ()" ، 2000) ؛
}
</script>
</head>
<body onload = "flash ()">
محتوى صفحة الويب
</body>
</html>