The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Useing Javascript To Change The Background?

2 posters

Go down

Useing Javascript To Change The Background? Empty Useing Javascript To Change The Background?

Post by Pure Chaos.. February 9th 2009, 3:44 am

Is there anyway to put a javascript code onto my forum that will allow users to change the background color themselfs? I really love this JS code and would love it on my forum if it's posible. Thanx!
avatar
Pure Chaos..
New Member

Posts : 0
Reputation : 1
Language : English

http://land-of-4-seasons.forumotion.com/

Back to top Go down

Useing Javascript To Change The Background? Empty Re: Useing Javascript To Change The Background?

Post by Jalokim February 9th 2009, 4:21 pm

you can use the meta tags option in your admin panel.
go to admin panel -> display -> generalities and add a new meta tag... and choose the javascript option... you will be asked for the url (src="") to the script file .

If you know your way around coding then thats the way to install it
Jalokim
Jalokim
Energetic

Male Posts : 6113
Reputation : 223
Language : English,Polish,CSS,HTML
Location : Poland

Back to top Go down

Useing Javascript To Change The Background? Empty Re: Useing Javascript To Change The Background?

Post by Pure Chaos.. February 9th 2009, 5:26 pm

How do I get the url for my code?

My code is:
Code:
<CENTER>
<FORM>
<SELECT name="ccGround" size="1" onChange=(document.bgColor=ccGround.options[ccGround.selectedIndex].value)>
<OPTION value="ffffff" target="1" selected> White
<OPTION value="ffcf25" target="1"> Gold
<OPTION value="aa0000" target="1"> Dark Red
<OPTION value="00aa00" target="1"> Dark Green
<OPTION value="0000aa" target="1"> Dark Blue
<OPTION value="aa00aa" target="1"> Purple
<OPTION value="00aaaa" target="1"> Dark Cyan
</SELECT>
</FORM>
</CENTER>

Do I need a new one? Or is that one fine?

Edit: I'm new to codeing Sad so thats kinda why I need help...
avatar
Pure Chaos..
New Member

Posts : 0
Reputation : 1
Language : English

http://land-of-4-seasons.forumotion.com/

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum