• Das Erstellen neuer Accounts wurde ausgesetzt. Bei berechtigtem Interesse bitte Kontaktaufnahme über die üblichen Wege. Beste Grüße der Admin

hilfe!!!! Pic remote

sonne86

New member
Also ich habe das pic remote, java script bearbeitet und komm einfach nicht weiter. ich hoff mir kann hier irgendwer helfen.
ich hab den Quell-Text von mir jetzt mal einkopiert. Kann mir jemand sagen was ich falsch gemacht habe......



<script language="JavaScript" type="text/javascript">
<!--
function change(tausch_bild_name,neues_bild_name)
{
window.document[tausch_bild_name].src = "gfxu/"+neues_bild_name+".gif";
}
//-->
</script>
<table border="0" cellspacing="20" cellpadding="0">
<tr>
<td colspan="2" rowspan="2">
<table border="0" cellspacing="0" cellpadding="1" bgcolor="#FFFFFF" width="100%" height="100%">
<tr>
<td>
<table width="222" border="0" cellspacing="0" cellpadding="1" height="222" bgcolor="#000000"
background="wait.gif">
<tr>
<td><img src="1.gif" width="222" height="222" name="gr" border=0></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
<td>
<table border="0" cellspacing="0" cellpadding="1" bgcolor="#FFFFFF">
<tr>
<td>
<table width="100" border="0" cellspacing="0" cellpadding="1" height="100" bgcolor="#000000">
<tr>
<td><a href="#" onMouseOver="change('gr',5)"><img src="5k.gif" width="100" height="100" border=0></a></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
<td> </td>
</tr>
<tr>
<td>
<table border="0" cellspacing="0" cellpadding="1" bgcolor="#FFFFFF">
<tr>
<td>
<table width="100" border="0" cellspacing="0" cellpadding="1" height="100" bgcolor="#000000">
<tr>
<td><a href="#" onMouseOver="change('gr',4)"><img src="4k.gif" width="100" height="100" border=0></a></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
<td> </td>
</tr>
<tr>
<td>
<table border="0" cellspacing="0" cellpadding="1" bgcolor="#FFFFFF">
<tr>
<td>
<table width="100" border="0" cellspacing="0" cellpadding="1" height="100" bgcolor="#000000">
<tr>
<td><a href="#" onMouseOver="change('gr',1)"><img src="1k.gif" width="100" height="100" border=0></a></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
<td>
<table border="0" cellspacing="0" cellpadding="1" bgcolor="#FFFFFF">
<tr>
<td>
<table width="100" border="0" cellspacing="0" cellpadding="1" height="100" bgcolor="#000000">
<tr>
<td><a href="#" onMouseOver="change('gr',2)"><img src="2k.gif" width="100" height="100" border=0></a></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
<td>
<table border="0" cellspacing="0" cellpadding="1" bgcolor="#FFFFFF">
<tr>
<td>
<table width="100" border="0" cellspacing="0" cellpadding="1" height="100" bgcolor="#000000">
<tr>
<td><a href="#" onMouseOver="change('gr',3)"><img src="3k.gif" width="100" height="100" border=0></a></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
<td> </td>
</tr>
</table>
 
PHP:
window.document[tausch_bild_name].src = "gfxu/"+neues_bild_name+".gif";

hast du hier dein Verzeichnis angegeben (gfxu)!?
 
also ich komm nicht weiter, weil das mit den bildern und so alles klappt nur erscheint in dem großem bild, zwar das erste bild, aber fährt man über die kleineren drüber erscheinen sie nicht im großen udn jetzt weiß ich nicht wo der fehler liegt.

hoffe kannst mir weiter helfen
 
Ich kann mir nicht vorstellen, woran's liegt! Leider kann ich aber auch nicht so recht verstehen, was du überhaupt meinst! Kannst du es vielleicht etwas präzieser beschreiben?
 
oder mal eine URL posten, wo wir uns das ganze anschauen können..
bye,
mo
 
ich lad es demnächst mal ins internet rauf und dann probier ich nochmal dran rum und wenns dann immer noch nicht klappt darf ich hoffentlich nochmal auf eure hilfe zurückkommen.
thx sonne
 
Zurück
Oben