![]() |
|
|
|
|
|||||||
| Javascript / Java Applets Are you a JavaScript guy? Do you need help with JavaScript? This is the place to talk about anything related to Java. |
![]() |
|
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
I think with javascript may be created wonderful things about construction and management of websites. Does anybody know how is possible to set up background colour on website from my hosting account using javascript?
|
|
#2
|
||||
|
||||
|
If you don't plan to use CSS, then JavaScript is one of the way to set up web page parameters.
HTML Code:
<script type="text/javascript"> window.onload = function() { document.body.style.background = 'red'; document.body.style.color = 'white'; } </script> color = 'white' - on the next line is selected a system font color |
![]() |
| Tags |
| account, background, hosting, javascript, website |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|