Habe ein Problem mit einem Textfeld. Ich will, dass sobald man auf das bild klickt in dem textfeld die url des bildes steht. hab aber keine ahnung wie... habe mir schon was zusammengebastelt von andern ähnlichen seiten. kann jemand meinen code "pimpen", damit der funktonier... irgendwie so einfach wie möglich, weil ich das bei ca. 200 bildern machen muss.
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Sitzecken Avatar Archiv</title>
<style type="text/css">
<!--
body,td,th {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: smaller;
color: #000000;
font-weight: bold;
}
body {
background-color: #007FFF;
}
a {
font-size: smaller;
color: #000000;
}
a:visited {
color: #000000;
}
a:hover {
color: #000000;
}
a:active {
color: #000000;
}
-->
</style></head>
<body>
<table border="1" width="600" style="border-collapse: collapse" bordercolor="#00FFFF" height="220">
<tr>
<td>
<p align="center">
hier ist mein versuch
<img border="0" src="sport/bayern.jpg" width="100" height="100" alt="Bayern" name="bayern" onmousedown = eingabe=document.bayern.src></a><br>
</td>
<td>
<p align="center">
<img border="0" src="sport/bl.jpg" width="79" height="99"></td>
<td>
<p align="center">
<img border="0" src="sport/bremen.jpg" width="100" height="100"></td>
<td>
<p align="center">
<img border="0" src="sport/BVB.jpg" width="100" height="100"></td>
<td>
<p align="center">
<img border="0" src="sport/kaiserslautern.jpg" width="100" height="100"></td>
</tr>
<tr>
<td>
<p align="center">
<img border="0" src="sport/koeln.jpg" width="100" height="100"></td>
<td>
<p align="center">
<img border="0" src="sport/mainz.jpg" width="100" height="100"></td>
<td>
<p align="center">
<img border="0" src="sport/schalke.jpg" width="100" height="100"></td>
<td>
<p align="center"> </td>
<td>
<p align="center"> </td>
</tr>
</table>
<input type="text" name="eingabe" size="40">
</body>
</html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Sitzecken Avatar Archiv</title>
<style type="text/css">
<!--
body,td,th {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: smaller;
color: #000000;
font-weight: bold;
}
body {
background-color: #007FFF;
}
a {
font-size: smaller;
color: #000000;
}
a:visited {
color: #000000;
}
a:hover {
color: #000000;
}
a:active {
color: #000000;
}
-->
</style></head>
<body>
<table border="1" width="600" style="border-collapse: collapse" bordercolor="#00FFFF" height="220">
<tr>
<td>
<p align="center">
hier ist mein versuch
<img border="0" src="sport/bayern.jpg" width="100" height="100" alt="Bayern" name="bayern" onmousedown = eingabe=document.bayern.src></a><br>
</td>
<td>
<p align="center">
<img border="0" src="sport/bl.jpg" width="79" height="99"></td>
<td>
<p align="center">
<img border="0" src="sport/bremen.jpg" width="100" height="100"></td>
<td>
<p align="center">
<img border="0" src="sport/BVB.jpg" width="100" height="100"></td>
<td>
<p align="center">
<img border="0" src="sport/kaiserslautern.jpg" width="100" height="100"></td>
</tr>
<tr>
<td>
<p align="center">
<img border="0" src="sport/koeln.jpg" width="100" height="100"></td>
<td>
<p align="center">
<img border="0" src="sport/mainz.jpg" width="100" height="100"></td>
<td>
<p align="center">
<img border="0" src="sport/schalke.jpg" width="100" height="100"></td>
<td>
<p align="center"> </td>
<td>
<p align="center"> </td>
</tr>
</table>
<input type="text" name="eingabe" size="40">
</body>
</html>