
Oto cały kod strony:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <link rel="stylesheet" type="text/css" href="style.css" media="screen"> <script type="text/javascript"> function change(id, url) { document.getElementById(id).style.backgroundImage = url(' + imageURL + '); } </script> </head> <body> <div id="lay"> <div id="top"> <div id="menu"> </div> <div id="submenu"> </div> </div> </div> </body> </html>
Aktualnie kod nie zmienia tła, pozostawia stare. Z góry dziękuję za przywrócenie działalności skryptowi
