dynamic changing the image when a form get submit
i have two form
1.one is for submitted value to DB
2.2nd form contain link for more then one form with an image adjecent to every form
its better if i name 2 form
1.master.jsp
2.accept.jsp
the master.jsp's value are going to store in db
the accept.jsp have the link to master.jsp with links to some other page.a image is placed adlcent to every link.
the default image for the master.jsp in accept.jsp is a cross mark,
when the master.jsp store in to DB the cross mark should change to a tick mark
HOW SHOULD I DO THIS USING JAVASCRIPT
|