PHP קוד:
<select name="selector">
<option id='selectmeplz' selected>מה בא לך</option>
</select>
זה ב HTML
בJS ?
PHP קוד:
<script>
document.selector.selectmeplz.selected = 'true';
</script>
JS אבל אני לא בטוח כי אני בבית ספר אז נסה אם לא עוד שעה שעניים אני בבית אני יביא לך משהו שעל בדוק בדוק בדוק עובד סורי
