How to Create Textarea with Auto Typing For Blogger

Gadgets For Blogger - Buddy must know it by that name Textarea? Textarea box generally is an area that is usually used as a place in literature, details can be found here pal. Usually these are placed ditextarea important writings or notify the owner of such visitors by exchanging links and banners, invitations, tell it when under construcktion and others. Textarea also be decorated to look more attractive and more beautiful. Start Font, Background, Border, and others.

Speaking Textarea, I'll share a moment on How can Textarea typing by itself when shown kepara visitors. Such assumption and shown live to write directly to the visitor.
Demo Auto Typing Textarea:



Good is not it? :) Curious to the plug it into your blog? yuk consider the following coverage: D haha. But remember, do not have a script that left ya :)
• Go to Blogger.com and input the password and ID pal

• Open Tab Design or Page Elements when my friend in Dashboard

• Add a Gadget Javascript → Select → Put the following code:


<form name="news">
<textarea cols="35" name="news2" rows="4" style="font-family: comic sans ms; font-size: 12px;" wrap="virtual"></textarea>

<script language="JavaScript">
var newsText = new Array();
newsText[0] = "Hello me Gadgets For Blogger and i'll tell you about this Message";
newsText[1] = "Hmmmm... hahaha i can't speak English :D ,i don't care :D";
newsText[2] = "Message In fact it is designed specifically for TextArea automatically write";
newsText[3] = "Of course, this usage is very nice and trustworthy to attract visitors to read it: D Oh yes po?";
newsText[4] = "manufacturing technique is very easy and simple and not complicated to setting";
newsText[5] = "Hmmmm .... I guess by now have enough information from here, the rest is wrote underneath it: D";
newsText[6] = "Byeeeeee :)";

var ttloop = 1;
var tspeed = 70;
var tdelay = 1000;

// ------------- CANNOT EDITING ------------- \
var dwAText, cnews=0, eline=0, cchar=0, mxText;

function doNews() {
mxText = newsText.length - 1;
dwAText = newsText[cnews];
setTimeout("addChar()",1000)
}
function addNews() {
cnews += 1;
if (cnews <= mxText) {
dwAText = newsText[cnews];
if (dwAText.length != 0) {
document.news.news2.value = "";
eline = 0;
setTimeout("addChar()",tspeed)
}
}
}
function addChar() {
if (eline!=1) {
if (cchar != dwAText.length) {
nmttxt = ""; for (var k=0; k<=cchar;k++) nmttxt += dwAText.charAt(k);
document.news.news2.value = nmttxt;
cchar += 1;
if (cchar != dwAText.length) document.news.news2.value += "_";
} else {
cchar = 0;
eline = 1;
}
if (mxText==cnews && eline!=0 && ttloop!=0) {
cnews = 0; setTimeout("addNews()",tdelay);
</script>


There is already above information, a Code Blue is said to be automatically written word itself later. [0] equal to the order up to infinity also.

• Save. See the results :)
How? not good
farixsantips

0 comments:

Post a Comment