Hallo liebe Programmier freunde
Ich stoße derzeit auf ein kleines Problem mit meiner seite
Ich habe leider keine große erfahrung mit ajax und jquery deshalb frage ich euch im hilfe..... hier mal mein Problem
wenn ich in dem feld ein anderes Bild angezeigt bekommen möchte muss ich jedesmal den Auswählen button klicken und die gesamte seite Aktualisiert sich ... das möchte ich nicht
ich will in der auswahlbox auf "2" gehen und es soll bild 2 anzeigen ..... ich hoffe mal irgendjemand versteht mein Vorhaben ......
PHP
<div id='vorschau' style='float:left; margin-left:100px;'>
<form action='index.php' method='GET'>
<input type='hidden' name='cmd' value='".getvar('cmd')."'>
<select name='pic'>
<option>1</option>
<option>2</option>
<option>3</option>
<option>4</option>
<option>5</option>
</select>
<input type='submit' value='auswählen'><br>
<img src='Bilder/".$this->ladebild().".bmp' style='width:300px; height:300px;'>
</form>
</div>"
Alles anzeigen
lg Nils