Nochmal hallo.
<script language="JavaScript" type="text/javascript">
</script>
<IMG ID="Picture1" HEIGHT=100 WIDTH=83 SRC=window.location.search.substr(1)+".jpg"
Mir fällt gerade auf, was für'n Schwachsinn das ist.
Fang am besten nochmal mit den Grundlagen an, oder nimm das hier:
<script type="text/javascript">
<!--
document.open("text/html");
document.write("<img src="" + window.location.href.substring(window.location.href.lastIndexOf("/")+1,window.location.href.indexOf(".")) + ".jpg">");
document.close();
//-->
</script>
Gruß
Norbert