html - Using dependent fields without Javascript -
i wondering if possible make "dependent" field in web form without using javascript ?
my code consists in :
<select> <option value="1">value 1</option> <option value="2">value 2</option> <option value="3">value 3</option> </select>
and when select value, select populated, via jquery's $.post(), data fetched database.
but how can keep if browser has js disabled, or not support javascript ?
thanks in advance
there no way trigger event this. need reload document , pass data through server code. (php or else)
Comments
Post a Comment