Hello all!
In my PHP page I printing in a table a list of records... for exsample - documents description. Each document has fields - name, type, etc and buttons - "Edit", "Delete"....
I want using JavaScript open a popup modal window, in wich I can edit the fields of chousen document and two buttons - "Submit" and "Cansel".
By pressing "Cansel" I want to close thise popup window and by pressing "Submit" - send form/fields data to PHP script and reload opener window to show changes.
Can I do this and HOW????
In my PHP page I printing in a table a list of records... for exsample - documents description. Each document has fields - name, type, etc and buttons - "Edit", "Delete"....
I want using JavaScript open a popup modal window, in wich I can edit the fields of chousen document and two buttons - "Submit" and "Cansel".
By pressing "Cansel" I want to close thise popup window and by pressing "Submit" - send form/fields data to PHP script and reload opener window to show changes.
Can I do this and HOW????
Comment