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
Sign In
Register
AdSense Revenue
Gifts
Active Members
Today
krishnasamy
(83)
Karthikeyan S
(75)
Rajesh(March-20...
(68)
Last 7 Days
D.Jeya kumar(J...
(1198)
Athira Appukut...
(1137)
UltimateRengan
(1134)
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
Sign In
(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
Call an ASP.NET web service from JavaScript
Word and Character Counter
Automatically scroll web page using Javascript
Run exe file using Java Script
Change the Background Colour of a Cell using Javascript
dotNet Slackers
BizTalk Adaptors
Web Design
conference calls
Contact Us
Privacy Policy
Terms Of Use