HardwareHeaven.com

HardwareHeaven.com

Looking for the skin chooser?
 
 
  • Home

  • Hardware reviews

  • Articles

  • News

  • Tools

  • Gaming at HardwareHeaven

  • Forums

 

Go Back   HardwareHeaven.com > Forums > Software / Tools > Programming, Coding, (Web)Design


Programming, Coding, (Web)Design Discuss all your programming or design needs with likeminded people.

Reply
 
Thread Tools
Old Aug 4, 2002, 05:56 PM   #1
BANNED
 
Join Date: Jul 2002
Location: Indiana , USA
Posts: 2,677
Rep Power: 0
Sourcer_2002 is on a distinguished road

Default Post DHTML

Ok im starting a new site i have problem. My background has black in it and the default color of these text. well maybe i should show you what i want to change

<script>

var textdisplay=new Array()
textdisplay[0]="Check out the Download section for cool some cool programs"
textdisplay[1]="Come chat with cool people and get answers to your guestion"
textdisplay[2]="Check out the greastest fourm on the web"
textdisplay[3]="Come check out our fourms for some great info"
textdisplay[4]="Check here for great news thats happenin now!"

function displaydesc(which){
if (document.all)
descriptions.innerHTML=textdisplay[which]
else if (document.getElementById)
document.getElementById("descriptions").innerHTML= textdisplay[which]
}

displaydesc(document.a294.a969.selectedIndex)

document.a294.a969.options[0].selected=true

</script>

I want to change the the color of the discription when ever way i tried it i get a script error. So anyone know a way to change it? Also i was wondering if anyone knew where i could get script/code for chat and also for a small forum?

Thanks in adavance
Sourcer_2002 is offline   Reply With Quote


Reply

Thread Tools