hi
Morgen Kai
<input type="button" name="Test" value="Daten" onmouseover="{this.style.color='#FF0';this.style.backgroundColor='#00C'}" onmouseout="{this.style.color='#FFF';this.style.backgroundColor='#F00'}" onClick="load_word '1','R:\OFFICE\VORLAGEN\RT_Zugriff.dot'">
Habe doch nur onClick eingefügt. Wie soll ich denn sonst vorgehen?
-> nimm die {} weg
-> setz ein ; am Ende der 2ten Angabe.
Ich glaube ich bin zu blöd dafür :-( Sieht jetzt so aus:
<input type="button" value="Berechtigung" style="color: #FFF; background-color: #F00" onmouseover="this.style.color='#FF0';this.style.backgroundColor='#00C'" onmouseout="this.style.color='#FFF';this.style.backgroundColor='#F00'"; onClick="load_word '1','R:\OFFICE\VORLAGEN\RT_Zugriff.dot'">
und geht leider immer noch nicht. Was meinst du mit 2. Angabe?
gruss Kai
CU Thomas