[Beschreibung]
Rechtsklick Menu
[Kompatibilität]
[Code]
<script language="JavaScript" type="text/javascript" src='R.js'></script> <style type="text/css"> <!-- a.c12a { color:white; font-weight:bold; font-style:italic; text-decoration:none; } --> </style>
id='bid' onclick="setTimeout('none();',1)"
<table border='1' id='tid' style='position:absolute;visibility:hidden;background-color:darkred;filter:progid:DXImageTransform.Microsoft.Barn( motion=out,orientation=vertical);'> <tr> <td style='text-align:center;color:white;font-weight:bold;font-size:16;'>DYNAMIC MENU</td> </tr> <tr> <td><a class='c12a' href="javascript:window.history.go(-1)" onmouseover='this.style.backgroundColor="red";this.style.color="lightyellow"' onmouseout='this.style.backgroundColor="darkred";this.style.color="white"'>Back<b style="visibility:hidden">.....................</b></a></td> </tr> <tr> <td><a class='c12a' href="javascript:window.history.go(+1)" onmouseover='this.style.backgroundColor="red";this.style.color="lightyellow"' onmouseout='this.style.backgroundColor="darkred";this.style.color="white"'>Foward <b style="visibility:hidden">................</b></a></td> </tr> <tr> <td><a class='c12a' href="javascript:window.history.go(0)" onmouseover='this.style.backgroundColor="red";this.style.color="lightyellow"' onmouseout='this.style.backgroundColor="darkred";this.style.color="white"'>Refresh<b style="visibility:hidden">.................</b></a></td> </tr> </table>
Rhucko