Setting background color to variable in javascript Part 2
问题 I'm very new to JavaScript, and I have a webpage with 3 nested frames (a top one, and then a bottom one divided into two.) The top frame is titled Head, the bottom-left one is titled LeftFrame and the final one is titled RightFrame. Now, LeftFrame is a navigation bar, and I want to make it so that clicking on a link in LeftFrame will change the background color of Head. This is the code for the main webpage: <HTML> <HEAD> <TITLE>Webcomics Review</TITLE> </HEAD> <FRAMESET BORDER=0 ROWS="12%,*"