Discuss Can I change a function using Javascript in the JavaScript Development forum on Dev Shed. Can I change a function using Javascript JavaScript Development forum discussing JavaScript and DHTML, AJAX, and issues such as coding cross-browser JavaScript.
Posts: 7
Time spent in forums: < 1 sec
Reputation Power: 0
Can I change a function using Javascript
I have a script in a frameset which allows users to change the background and foreground colours of the other two pages which comprise the frameset. The other page in the framset has a hangman game which upon user input dynamically changes the upper frame e.g WRONG GUESS or WELL DONE. This function also changes the upper frame to its default colour (white). Does anyone know how I can change the bgGround colour in the function using an adaptation of my original change background scripts?