I dont have much experience with javascript. Please provide javascript to create something like the image below:

http://www.coolmicroscope.com/java.jpg


"data:text/html,<html>¶
<head>

<script type='text/javascript'>
function blinkIt() {
if (!document.all) return;
else {
for(i=0;i<document.all.tags('blink').length;i++){
s=document.all.tags('blink');
s.style.visibility=(s.style.visibility=='visible')?'hidden':'visible';
}
}
}
</script>

<style>
html, body {
height: 100%;
width: 100%;
}

body
{
margin : 0px 0px 0px 0px;
border : 0px;
}

table
{
border-collapse: collapse;
width : 100%;
height : 100%;
}

td {
text-align: center;
vertical-align : top;

font: bold 11px arial;

color:rgb(" & TextColour & ");
background-color:rgb(" & BackgroundColour & ");

}
</style>
</head>
<body onload=\"setInterval('blinkIt()',500)\">¶
<table><tr><td><blink>¶"
& Text &
"</td></tr></table></blink>¶
</body>¶
</html>"

Recommended Answers

All 2 Replies

Try a javascript forum. This is for java

Thread locked as slamdunk created double in JavaScript section.

@NormR1 please do not advise people to try other section, rather Flag Bad Post and ask moderator/admin to moved thread to correct place.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.