napisałem taki kod:
<input name="safe" id="safe" value="0" checked="checked" type="radio"><label for="safe"><font color="green">Family Safe</font></label> <input name="safe" id="unsafe" value="1" type="radio"><label for="unsafe"><font color="red">Not Family Safe</font></label> <br> <input name="private" value="1" type="checkbox">Plik Prywatny <br> <input name="resizeimg" id="resizeimg" value="1" type="checkbox">Zmień rozmiar obrazka: <select name="newsize" id="newsize"> <option value="100x75">100x75 (avatar)</option> <option value="150x112">150x112 (thumbnail)</option> <option value="320x240">320x240 (for websites and email)</option> <option value="640x480">640x480 (for message boards)</option> <option value="800x600">800x600 (15-inch monitor)</option> <option value="1024x768">1024x768(17-inch monitor)</option> <option value="1280x1024">1280x1024(19-inch monitor)</option> <option value="1600x1200">1600x1200(21-inch monitor)</option> </select><br>
jak dodać tutaj jeśli wybiorę Not Family Safe to pole checkbox w Plik Prywatny zaznaczy się, ale nie będzie można go odznaczyć?
Zaznaczę Zmień rozmiar obrazka to zmienia mi rozmiar obrazka do tych podanych, ale proporcjonalniej, czy ktoś posiada gotowy taki skrypt ?
Dziękuję za pomoc
Pozdrawiam