Target bei onClick Hover
Andre Gamerschlag
- css
So sieht mein Quellcode aus:
<td onClick="location.href='index.php?url=home/news/show.php&intern=0'" onMouseOut="style.backgroundColor=''" onMouseOver="style.backgroundColor='#505050'; style.cursor='hand'" height="13" width="138" valign="top">
Ich habe da also ein Zelle als Link. Leider weiß ich nicht wie die Target Befehl da einbinden soll. Kann mir das bitte jemand sagen?
HI Andre (begrueßung ist gut)
So sieht mein Quellcode aus:
<td onClick="location.href='index.php?url=home/news/show.php&intern=0'" onMouseOut="style.backgroundColor=''" onMouseOver="style.backgroundColor='#505050'; style.cursor='hand'" height="13" width="138" valign="top">
Wieso baust du in das <td> nicht einfach ein <a> ein? Das waere Glaube ich etwas einfacher, und leute Ohne Javascript koennten zumindest den Link benutzen.
MFG
Philipp (begrueßung + "verabschiedung" ist am besten ;)
HI Andre (begrueßung ist gut)
So sieht mein Quellcode aus:
<td onClick="location.href='index.php?url=home/news/show.php&intern=0'" onMouseOut="style.backgroundColor=''" onMouseOver="style.backgroundColor='#505050'; style.cursor='hand'" height="13" width="138" valign="top">
Wieso baust du in das <td> nicht einfach ein <a> ein? Das waere Glaube ich etwas einfacher, und leute Ohne Javascript koennten zumindest den Link benutzen.
MFG
Philipp (begrueßung + "verabschiedung" ist am besten ;)
Wieso antwortest du nicht einfach auf meine Frage oder bist ruhig? Dein Posting hat mir jetzt garnichts gebracht Mann.
MoiN!
Wieso antwortest du nicht einfach auf meine Frage oder bist ruhig? Dein Posting hat mir jetzt garnichts gebracht Mann.
Wieso wirst du hier gleich motzig?
<td height="13" width="138" valign="top"><a href="#" onClick="location.href='index.php?url=home/news/show.php&intern=0'" onMouseOut="style.backgroundColor=''" onMouseOver="style.backgroundColor='#505050'; style.cursor='hand'" target="wohin">
So verstehen es die Browser. Alle.
- Sven Rautenberg
MoiN!
Wieso antwortest du nicht einfach auf meine Frage oder bist ruhig? Dein Posting hat mir jetzt garnichts gebracht Mann.
Wieso wirst du hier gleich motzig?
<td height="13" width="138" valign="top"><a href="#" onClick="location.href='index.php?url=home/news/show.php&intern=0'" onMouseOut="style.backgroundColor=''" onMouseOver="style.backgroundColor='#505050'; style.cursor='hand'" target="wohin">
So verstehen es die Browser. Alle.
- Sven Rautenberg
Weil ich was anderes wissen wollte.