C# Tutorials and offshore development in India
    Tutorials   Resources   Forum   Interview   Jobs   Projects   Offshore Development    
Mentor | Code Converter | Articles | Code Factory | Computer Jokes | Members | Peer Appraisal | IT Companies | Bookmarks | Revenue Sharing | Talk to Us |



My Profile

Gifts

Active Members
TodayLast 7 Days more...







Blinking message in Microsoft Internet Explorer


Posted Date: 13 May 2008    Resource Type: Code Snippets    Category: Javascript

Posted By: Ramasamy.N       Member Level: Gold
Rating:     Points: 10



<script language="javascript" type="text/javascript">
var count = 2;
function change1()
{


if(navigator.appName == "Microsoft Internet Explorer")
{


setInterval("display()", 500);



}






}
function display()
{

if(count == 1)
{

document.getElementById("mymessage").style.visibility = "visible";
count = 2;


}
else
{


document.getElementById("mymessage").style.visibility = "hidden";
count = 1;


}



}

</script>


<blink><asp:Label ID="mymessage" runat="server" Font-Names="Verdana" Font-Size="8pt" Font-Underline="True" ForeColor="Blue">Welcome to dotnetspider.com</asp:Label></blink>

Attachments

  • Blinking Message in Microsoft Internet Explorer (16056-13826-coding.zip)



  • Responses


    No responses found. Be the first to respond and make money from revenue sharing program.

    Feedbacks      
    Popular Tags   What are tags ?   Search Tags  
    (No tags found.)

    Post Feedback


    This is a strictly moderated forum. Only approved messages will appear in the site. Please use 'Spell Check' in Google toolbar before you submit.
    You must Sign In to post a response.
    Next Resource: Display Loading panel using Javascript
    Previous Resource: Dynamically populating items in the DropDownList using Javascript
    Return to Discussion Resource Index
    Post New Resource
    Category: Javascript


    Post resources and earn money!
     
    Related Resources



    dotNet Slackers   BizTalk Adaptors    Web Design

    conference calls

    Contact Us    Privacy Policy    Terms Of Use