hallo,
ich habe folgenden code
	
nun möchte ich das sich die hintergrundfarbe der tabelle, entsprechend der auswahl des pulldownmenus ändert ?
kann mir da jemand helfen
					ich habe folgenden code
PHP-Code:
	
	
<table bgcolor="??????" width="100%" border="0">
  <tr>
    <td> </td>
  </tr>
</table>
<form name="form5">
<select name="select">
<option value="1" style="background-color : #cc0033">Link Nr. </option>
<option value="2" style="background-color : #cccc00">Link Nr.</option>
<option value="3" style="background-color : #0000ff">Link Nr.</option>
</select>
</form> 
kann mir da jemand helfen
 
          
 Moderator
 Moderator 
							
						 
							
						
Kommentar