Click here to Skip to main content
15,904,652 members
Home / Discussions / Web Development
   

Web Development

 
GeneralDiverting Ip Address in my home computer... Pin
ZarrinPour1-Dec-04 18:43
ZarrinPour1-Dec-04 18:43 
GeneralRe: Diverting Ip Address in my home computer... Pin
JKroschel2-Dec-04 10:15
JKroschel2-Dec-04 10:15 
Generalc++ problem with IHTMLDocument2 Pin
laurentmuratet30-Nov-04 23:42
laurentmuratet30-Nov-04 23:42 
GeneralRe: c++ problem with IHTMLDocument2 Pin
alex.barylski1-Dec-04 9:28
alex.barylski1-Dec-04 9:28 
GeneralLink Validation Pin
german_aspnet30-Nov-04 7:53
german_aspnet30-Nov-04 7:53 
GeneralRe: Link Validation Pin
aplope1-Dec-04 7:01
aplope1-Dec-04 7:01 
GeneralRe: Link Validation Pin
german_aspnet1-Dec-04 9:01
german_aspnet1-Dec-04 9:01 
GeneralRe: javascript typing effect Pin
Sven Cipido30-Nov-04 7:46
Sven Cipido30-Nov-04 7:46 
OK,

I just put an example. But OK I have redesigned it to work directly on your document. For this I use the DIV statement.
Here is my example. This one works for me at home :

<script language="javascript"><br />
<!--<br />
var str="good evening";<br />
var i=0;<br />
<br />
function show()<br />
{<br />
	var dest=document.getElementById("TextPosition");<br />
	if (dest)<br />
	{<br />
		//dest.innerHTML = str.substr(0,i);<br />
		dest.innerHTML = dest.innerHTML + str.charAt(i);<br />
		i++;<br />
	}<br />
	var timeID= setTimeout("show()",50)<br />
<br />
}<br />
//--><br />
</script><br />
<body><br />
<div id="TextPosition"></div><br />
<br />
<script language="javascript"><br />
<!--<br />
	show();<br />
//--><br />
</script><br />
</body>


If the charAt doesn't work, use the substr method.
GeneralRe: javascript typing effect Pin
rgoyal2-Dec-04 1:27
rgoyal2-Dec-04 1:27 
GeneralRe: javascript typing effect Pin
Sven Cipido9-Dec-04 20:12
Sven Cipido9-Dec-04 20:12 
GeneralRe: javascript typing effect Pin
Sven Cipido9-Dec-04 20:15
Sven Cipido9-Dec-04 20:15 
GeneralWant to build content-based websites Pin
Ali Alaradi30-Nov-04 0:05
Ali Alaradi30-Nov-04 0:05 
GeneralRe: Want to build content-based websites Pin
Roger Wright30-Nov-04 3:31
professionalRoger Wright30-Nov-04 3:31 
GeneralRe: Want to build content-based websites Pin
Ali Alaradi30-Nov-04 6:35
Ali Alaradi30-Nov-04 6:35 
GeneralRe: Want to build content-based websites Pin
Roger Wright30-Nov-04 19:36
professionalRoger Wright30-Nov-04 19:36 
GeneralRe: Want to build content-based websites Pin
raouls30-Nov-04 3:32
raouls30-Nov-04 3:32 
GeneralRe: Want to build content-based websites Pin
raouls8-Dec-04 3:31
raouls8-Dec-04 3:31 
GeneralRichTextBox control and ASP Pin
maibuihuynhtg29-Nov-04 21:01
maibuihuynhtg29-Nov-04 21:01 
GeneralRe: RichTextBox control and ASP Pin
Sven Cipido29-Nov-04 23:52
Sven Cipido29-Nov-04 23:52 
GeneralU can help Pin
davilism29-Nov-04 19:22
davilism29-Nov-04 19:22 
GeneralRe: U can help Pin
aplope1-Dec-04 7:06
aplope1-Dec-04 7:06 
Generalquerying database with cookie values Pin
SkinnyLou29-Nov-04 11:30
SkinnyLou29-Nov-04 11:30 
GeneralWeb Service responce size Pin
Colin Mc29-Nov-04 3:36
Colin Mc29-Nov-04 3:36 
Generaljavascript typing effect Pin
rgoyal29-Nov-04 0:43
rgoyal29-Nov-04 0:43 
GeneralRe: javascript typing effect Pin
Sven Cipido30-Nov-04 0:11
Sven Cipido30-Nov-04 0:11 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.