RSS
people

Dynamic wizard form using dhtml & javascript.

Recently I am working in a project that require some customization on the application.
They need a wizard page that will allow user to add in items.

To make the wizard page be more user friendly, I try to using dynamic html to create fields if required.
When user add in a item, the page will create a row in a table & display item’s information inside the table.
User are able to delete the item after add in.
It is not a hard task. Just sharing my experience to others.

I am using the createTextNode, createElement and removeChild Javascript command to complete the task.

Below is my sample code: read more »

1 Comment | Tags: , , , , ,