Status: Unconfirmed
Owner: ----
Labels: Type-Bug Pri-2 OS-All Area-Misc

New issue 9471 by raeesumer: SOME SCRIPTS ARE WORKING IN CHROME
http://code.google.com/p/chromium/issues/detail?id=9471

Chrome Version       : 1.0.154.53
URLs (if applicable) :http://vop.org.in/index.html
Other browsers tested:
   Add OK or FAIL after other browsers where you have tested this issue:
      Safari 4:
   Firefox 3.x:
          IE 7:OK
          IE 8:OK

What steps will reproduce the problem?

My website has the below mentioned javascript. its not running in chrome.
But working perfect in IE

<head>
<script language="JavaScript">
<!--
var yourwords = "Thank you for visiting VoP website!";
var speed = 150;
var control = 1;
function flash()
{
   if (control == 1)
     {
       window.status=yourwords;
       control=0;
     }
   else
     {
       window.status="";
       control=1;
     }
   setTimeout("flash();",speed);
}
// -->
</script>
</head>

<body onload="flash();">


What is the expected result?

In status bar a text "Thank you for visiting VoP website!" flashes


What happens instead?

No results


Please provide any additional information below. Attach a screenshot if
possible.



--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~---------~--~----~------------~-------~--~----~
Automated mail from issue updates at http://crbug.com/
Subscription options: http://groups.google.com/group/chromium-bugs
-~----------~----~----~----~------~----~------~--~---

Reply via email to