/    Sign up×
Community /Pin to ProfileBookmark

how do i put text into to my different “frames” also when i entered the code to get my frames my background and alll my text is now gone what should i do?????

to post a comment
HTML

2 Comments(s)

Copy linkTweet thisAlerts:
@mcbodeeMar 14.2006 — [url=http://www.webdeveloper.com/forum/showthread.php?t=68822]Please Read[/url] - Try and give your topic title a descriptive name in future.

Post some links or code as its hard to know whats going on from what you've posted.

Tutorial - http://www.webdevelopersnotes.com/tutorials/adhtml/9.php3

If you need further help please post back.
Copy linkTweet thisAlerts:
@sangelprkauthorMar 14.2006 — i am trying to teach myself this and i am going to through the computer out the window......i can send what i have so far if that will help...

<html>

<title>

</title>

<center>

<head>

<frameset rows="16%,84%">

<frame src="top.htm" name="top">

<h2>

<script language="JavaScript1.2">

/*

Neon Lights Text

By JavaScript Kit (http://javascriptkit.com)

For this script, TOS, and 100s more DHTML scripts,

Visit http://www.dynamicdrive.com

*
/

var message="N-8 Doggs the only hot dogs in Wenatchee, Washington!"

var neonbasecolor="gray"

var neontextcolor="yellow"

var flashspeed=100 //in milliseconds

///No need to edit below this line/////

var n=0

if (document.all||document.getElementById){

document.write('<font color="'+neonbasecolor+'">')

for (m=0;m<message.length;m++)

document.write('<span id="neonlight'+m+'">'+message.charAt(m)+'</span>')

document.write('</font>')

}

else

document.write(message)

function crossref(number){

var crossobj=document.all? eval("document.all.neonlight"+number) : document.getElementById("neonlight"+number)

return crossobj

}

function neon(){

//Change all letters to base color

if (n==0){

for (m=0;m<message.length;m++)

//eval("document.all.neonlight"+m).style.color=neonbasecolor

crossref(m).style.color=neonbasecolor

}

//cycle through and change individual letters to neon color

crossref(n).style.color=neontextcolor

if (n<message.length-1)

n++

else{

n=0

clearInterval(flashing)

setTimeout("beginneon()",1500)

return

}

}

function beginneon(){

if (document.all||document.getElementById)

flashing=setInterval("neon()",flashspeed)

}

beginneon()

</script>

</h2>

<frameset cols="50%,50%">

<frame src="left.htm" name="left">

<frame src="right.htm" name="right">

</frameset>

</frameset>

</center>

<head>

<font face="comic sans ms">

<font size="4">

<font color="#FDF5E6">

<center>

Nathan Lillis owner<br>

<font size="3">

(509) 433-4333

</center>

</font color>

</font>

</head>

<body>

<body background="7.gif">

<font="arial">

<font color="#00ff33">

<br>

<br>

<font size="5">

N-8 Doggs is not just your average hot dog cart. we offer a wide assortment of treats for you to choose

from. At Prices that you can afford.

<br><br>

So give us a try and we know you will come back again.

</font color="#00ff33">

<br><br>

<br><br>

<marquee bgcolor="grey" fontcolor="#FFD700" loop="infinite">You know you want to get a nice hot N-8 Dogg!

</marquee>

</body>

</html>
×

Success!

Help @sangelprk spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 5.24,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @AriseFacilitySolutions09,
tipped: article
amount: 1000 SATS,

tipper: @Yussuf4331,
tipped: article
amount: 1000 SATS,

tipper: @darkwebsites540,
tipped: article
amount: 10 SATS,
)...