I have a php file which displays menu, once i click the menu i display a table from a database . when i click a row of the table, I want to display a form in a child window with blur background to edit the values of the selected row/ Add new row to the table. i want to display the form to be appear on top of the whole page, with a blur background, like the image i have uploaded.
is there anyways to do it in javascript?