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

Popular posts from this blog

image - ClassNotFoundException when add a prebuilt apk into system.img in android -

I need to import mysql 5.1 to 5.5? -

Java, Hibernate, MySQL - store UTC date-time -