Topic: Got a problem
I am deleting everything around the forum like the header and footer so i can build it into my site but now i get this error when posting:
" onLoad="document.getElementById('post').req_message.focus()"
I know this is something from the header.php:
if (isset($form_name) && isset($focus_element))
echo ' onLoad="document.getElementById(\''.$form_name.'\').'.$focus_element.'.focus()"';
I dont get what the problem is!