View Full Version : not sure where this should go...


babO
03-08-2003, 11:38 PM
i have a question.. i'm not sure if ne of you kno how to do this.. but like.. ok.. i dun really kno how to explain... i'll just try to show you what it looks like.... imagine this as moving.. k? x_x

h-//
ha-//
han-//
hana-//
hana.-//
hana.b-//
hana.ba-//
hana.bab-//
hana.babO-//

yea.. it like ends up looking like somebody's typing it...

Lemon Squash
03-09-2003, 07:15 AM
http://www.dynamicdrive.com/dynamicindex2/typescroll.htm

babO
03-09-2003, 07:22 AM
thank you sooooo much.. i reallyy appreciate it ^__^

Lemon Squash
03-09-2003, 08:31 AM
hee hee, no prob! :)

babO
03-09-2003, 11:57 PM
ok.. does nebody know how to do a border thing and have the typing thing inside..?

looks like this
http://pic4.picturetrail.com/VOL55/936501/1723506/21373844.jpg

gotfaith3
03-10-2003, 01:31 AM
do you want an iframe?

babO
03-10-2003, 03:20 AM
yea.. i guess...

gotfaith3
03-10-2003, 03:56 AM
go here (http://www.lissaexplains.com/frames.shtml#inline)

babO
03-10-2003, 10:37 PM
umm.. i dun really kno how to put the typing thing inside the frame... the code for mine is..

<center><script language="JavaScript1.2">
<!--

/*
Typing Scroller
Submitted by bengaliboy00@hotmail.com (hp: http://www.angelfire.com/nt/bengaliboy/)
With modifications by Dynamicdrive.com
For full source code, usage terms, and 100s more scripts, visit http://dynamicdrive.com
*/

//Secify scroller contents
var line=new Array()
line[1]="ever.y day i asked the Lord a.bove"
line[2]="to send me an an.gel for me to love"
line[3]="could it real.ly be true in this world"
line[4]="that he sent me three to love"
line[5]=" "
line[6]="the hard.est thing in the world"
line[7]="is to see some.one you love"
line[8]="love some.one else"
line[9]=" "
line[10]="don't cry be.cause it's over"
line[11]="smile be.cause it hap.pened"
line[12]=" "
line[13]="no guy is worth your tearz"
line[14]="and if you find one that is"
line[15]="he won't make you cry"
line[16]=" "
line[17]="love starts with a smile.."
line[18]="develops with a kiss.."
line[19]="and ends with a tear"

//Specify font size for scoller
var ts_fontsize="10px"
var ts_fontcolor="CCCCCC"
var ts_font="verdana"

//--Don't edit below this line

var longestmessage=1
for (i=2;i<line.length;i++){
if (line[i].length>line[longestmessage].length)
longestmessage=i
}

//Auto set scroller width
var tscroller_width=line[longestmessage].length

lines=line.length-1 //--Number of lines

//if IE 4+ or NS6
if (document.all||document.getElementById){
document.write('<form name="bannerform">')
document.write('<input type="text" name="banner" size="'+tscroller_width+'"')
document.write(' style="background-color: '+document.bgColor+'; color: '+document.body.text+'; font-family: verdana; font-size: '+ts_fontsize+'; font-weight:bold; border: medium none" onfocus="blur()">')
document.write('</form>')
}

temp=""
nextchar=-1;
nextline=1;
cursor="\\"
function animate(){
if (temp==line[nextline] & temp.length==line[nextline].length & nextline!=lines){
nextline++;
nextchar=-1;
document.bannerform.banner.value=temp;
temp="";
setTimeout("nextstep()",1000)}
else if (nextline==lines & temp==line[nextline] & temp.length==line[nextline].length){
nextline=1;
nextchar=-1;
document.bannerform.banner.value=temp;
temp="";
setTimeout("nextstep()",1000)}
else{
nextstep()}}

function nextstep(){

if (cursor=="\\"){
cursor="|"}
else if (cursor=="|"){
cursor="/"}
else if (cursor=="/"){
cursor="-"}
else if (cursor=="-"){
cursor="\\"}


nextchar++;
temp+=line[nextline].charAt(nextchar);
document.bannerform.banner.value=temp+cursor
setTimeout("animate()",25)}

//if IE 4+ or NS6
if (document.all||document.getElementById)
window.onload=animate
// -->
</script></center>


can somebody show me what to put..?

gotfaith3
03-11-2003, 12:16 AM
okay, well first you have to make another page of what you want in your iframe... and then inside the iframe code, you put the web address for what you want in it...... understand??

babO
03-11-2003, 01:06 AM
not really.... aghhh.. i feel so dumb.... x[

umm.. my page is at xanga... n i dun really.. kno if you can make a new page.... x_x

do you kno how to put it on xanga by ne chance..?

gotfaith3
03-11-2003, 02:04 AM
i know nothing about xanga, but they dont have a new page option, if not, then i dont know..... look around and see...

babO
03-11-2003, 02:22 AM
ok.. welpz.. thanxz newayz ^__^v

gotfaith3
03-11-2003, 02:23 AM
you didnt see it anywhere in the site manager????