mouseover effekt......

D

dongel

hi @ all

ich hab mal eine frage...
ich hab bei meinen tabellen an mouseover effekt eingebaut, sodaß sich die hintergrundfarbe ändert. zusätzlich is die komplette zelle ein link. der code sieht so aus

onMouseOver="style.backgroundColor='#003366'; style.cursor='hand';" onMouseOut="style.backgroundColor='#1D2045';" onClick="location.href='history.php'"

nur hab ich das problem, dass ich nich weiss wie ich so ein link in nem neuen browser fenster öffne??
kann mir einer sagen wie des funtzt???


THX im vorraus
 
am einfachsten ohne JavaScript geht's so:

<A HREF="irgendwas.htm" TARGET="_new" onMouse.....>Link</A>

Gruß
Dunsti
 
Zurück