//Utskriftsvänliga sidor - ny function print(inDiv){ var div2Print = document.getElementById(inDiv).innerHTML; var d = new Date(); var datum; var dag =d.getDate(); var manad =d.getMonth() + 1; var ar =d.getFullYear(); if (manad < 10) manad2 = "0" + manad; else manad2 = manad; if (dag < 10) dag2 = "0" + dag; else dag2 = dag; datum = ar + "-" + manad2 + "-" + dag2; window1= window.open ("", "mywindow"); window1.document.open(); window1.document.write(''); window1.document.write("
"); window1.document.write("
Warning: require_once() [function.require-once]: Unable to access /web/u/heta/templates/print_header.php in /web/u/heta/templates/js/javascript.js.php on line 24

Warning: require_once(/web/u/heta/templates/print_header.php) [function.require-once]: failed to open stream: No such file or directory in /web/u/heta/templates/js/javascript.js.php on line 24

Fatal error: require_once() [function.require]: Failed opening required '/web/u/heta/templates/print_header.php' (include_path='.:') in /web/u/heta/templates/js/javascript.js.php on line 24