Also sobald ich die ' um die onmouse-Stellen mache zeigt er gar keine Seite mehr an.
echo 'die_html_tags';
aus....
echo '<input type="hidden" name="seite" value="detail">
<tr bgcolor="#FFFFFF"; onMouseOver="this.style.backgroundColor=backslash'#48B6FFbackslash' this.style.cursor=backslash'handbackslash';"
onMouseOut="this.style.backgroundColor="#FFFFFF"' onclick="document.'.$dformid.'.submit()">
echo '<input type="hidden" name="seite" value="detail">
<tr onMouseOver="fooOver(this);"
onMouseOut="fooOut(this);"
onclick="abschicken('.$dformid.');">';
function foo(obj){
obj.style.backgroundColor="#48B6FF";
obj.style.cursor="hand";
}
echo '<input type="hidden" name="seite" value="detail">
<tr bgcolor="#FFFFFF"; onMouseOver=this.style.backgroundColor="#48B6FF"; this.style.cursor="hand";
onMouseOut=this.style.backgroundColor="#FFFFFF" onclick="document.'.$dformid.'.submit()">
onMouseOver=this.style.backgroundColor="#48B6FF"; this.style.cursor="hand";
echo '<input type="hidden" name="seite" value="detail">
<tr onMouseOver="fooOver(this);"
onMouseOut="fooOut(this);"
onclick="abschicken('.$dformid.');">
<input type="hidden" name="id" value="'.$row["lfd_nr"].'">
<td class="w40">'.$id.'</td>
<td class="w60">'.$row2["0"]. '</td>
<td class="w60">'.$row["kat"].'</td>
<td class="w60">'.$row["rev"].'</td>
<td class="w60">'.$row["aufn_dat"].'</td>
<td class="w100">'.$row["von"].'</td>
<td class="w110">'.$von_bereich.'</td>
<td class="w110">'.$row["beanst"].'</td>
<td class="w110">'.$row["korr"].'</td>
<td class="w110">'.$row["bem"].'</td>
<td class="w100">'.$row["verantw"].'</td>
<td class="w100">'.$verw_bereich.'</td>
<td class="w100">'.$car_status.'</td>
<td class="w60">'.$row["se_dat"].'</td>
<td class="w40" ';
function foo(obj){
obj.style.backgroundColor="#48B6FF";
obj.style.cursor="hand";
}
Kommentar