Good day,
I have some problem with my application, its more of a javascript problem.
In the selection I have this value.
<select name="sel_usertype" size="1" >
<option value="1" selected>Systems Administrator</option>
<option value="2" selected>Supplier (Sales)</option>
<option value="3" selected>Supplier (Logistics)</option>
<option value="4" selected>Monitoring</option>
<option value="5" selected>Retailer</option>
<option value="6" selected>Warehouse</option>
</select>
My problem is how will I set a certain selection as a default value. For example I want to set the Warehouse to be the default. How will I do it? tnx