a little question: I want my html form to be dynamic. For instance, the user chooses an entry from a dropdown box and according to what he chooses the rest of the site laying under the dropdown box changes immediatley. I can remember having seen that on the internet and its quite common. How can i achieve such site behaviour?
Chinna Eranna wrote:Whenever user changes the value in select box.. refresh the whole page.
Another antiquated approach from days when browsers were much less capable.
In modern browsers, showing and hiding elements dynamically is easy. Even creating new elements on the fly has become commonplace with the help of JavaScript libraries.
There is no need to resort to out-dated methods like frames and full-page refreshes.
This message was edited 2 times. Last update was at by Bear Bibeault