i've been trying to type text in two different areas in the same row...but it isnt working---using dreamweaver mx
e.g.
I am typing in the left column and i want to also type in right column...can anyone help?
fda
“The power of the Web is in its universality. Access by everyone regardless of disability is an essential aspect.”
—Tim Berners-Lee, W3C Director and inventor of the World Wide Web
i'm a novice at js...so...is there any way you could describe to me of how to do it? i mean...where to put the script?? this is what my html doc looks like without inserting your js.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<link href="f.css" rel="stylesheet" type="text/css">
<head><script type="text/javascript">
var tempSrcHolder=null
var isPlaying=false
function toggleMusic() {
var temp1=document.getElementsByTagName("bgsound")
var temp2=document.getElementsByTagName("embed")
}
else return false
}
</script>
<script>
var sound1="file:///C|/Documents and Settings/melissa/My Documents/School_05/VCD/84303s.mp3"
var sound2="file:///C|/Documents and Settings/melissa/My Documents/School_05/VCD/286182.mp3"
var sound3="file:///C|/Documents and Settings/melissa/My Documents/School_05/VCD/293141.mp3"
var sound4="file:///C|/Documents and Settings/melissa/My Documents/School_05/VCD/296529.mp3"
var sound5="file:///C|/Documents and Settings/melissa/My Documents/School_05/VCD/295801.mp3"
var sound6="file:///C|/Documents and Settings/melissa/My Documents/sheet music/believe.mid"
var sound7="file:///C|/Documents and Settings/melissa/My Documents/School_05/VCD/299198.mp3"
var sound8="file:///C|/Documents and Settings/melissa/My Documents/sheet music/lastday.mid"
var sound9="file:///C|/Documents and Settings/melissa/My Documents/sheet music/starshine.mid"
var sound10="file:///C|/Documents and Settings/melissa/My Documents/School_05/VCD/306954.mp3"
var x=Math.round(Math.random()*9)
if (x==0) x=sound1
else if (x==1) x=sound2
else if (x==2) x=sound3
else if (x==3) x=sound4
else if (x==4) x=sound5
else if (x==5) x=sound6
else if (x==6) x=sound7
else if (x==7) x=sound8
else if (x==8) x=sound9
else x=sound10
if (navigator.appName=="Microsoft Internet Explorer")
document.write('<bgsound src='+'"'+x+'"'+' loop="infinite">')
else
document.write('<embed src='+'"'+x+'"'+'hidden="true" border="0" width="20" height="20" autostart="true" loop="true">')
</script>
how do you actually insert text into a textarea? sorry...i know that's probly really basic...but i'm a novice at this...apologies on that...but any help would be greatly appreaciated
“The power of the Web is in its universality. Access by everyone regardless of disability is an essential aspect.”
—Tim Berners-Lee, W3C Director and inventor of the World Wide Web
“The power of the Web is in its universality. Access by everyone regardless of disability is an essential aspect.”
—Tim Berners-Lee, W3C Director and inventor of the World Wide Web
Perhaps if you explained a bit more fully just what it is that you are up to I could be a bit more helpful.
“The power of the Web is in its universality. Access by everyone regardless of disability is an essential aspect.”
—Tim Berners-Lee, W3C Director and inventor of the World Wide Web
what i am having trouble with is this:
i am trying to insert two blocks of text in one line in dreamweaver mx; one block on the left alignment and one block on the right alignment. the word "frostbark" LEFT, and the words "Music" On Off [on and off being on another line]...so what i'd like to know is HOW to insert a "text box" as such, so that these texts can be on the same line...when you sent me the textarea scripts... unfortunately i don't know how to edit those textareas i.e. insert text into each of them...so that's why i am having trouble with them... sorry about not explaining what i meant before... you must have bn pretty confused
so...hopefully, i'm kind of explaining it ok now....
sorry about before...if you could help me that would be great!
thanks
This is not a JavaScript question it is one for the CSS forum.
“The power of the Web is in its universality. Access by everyone regardless of disability is an essential aspect.”
—Tim Berners-Lee, W3C Director and inventor of the World Wide Web
Bookmarks