In the browser I would like users to submit data in a small popup window instead of loading the page in the main window. Howeever I dont know if that will cause me troubles:
I dont got any popup blocker installed on my computer, so I was wondering if I'm getting myself into troubles by letting users fill out a form in a popped up window instead of loading the submit form in another page in the main window??
Version 1:
1. Main window: clicking "Edit data"
2. Main window loads a new page with a form
3. Form is filled out and submitted
4. Main window with correct data is shown again
Version 2:
1. Main window: clicking "Edit data"
2. Small window popup
### will the popup-blockers, block this window??? ###
3. The form is filled out and submitted
4. The main window is autmaticly reloaded
I guess you understand my worries...
Should I choose a popup window, or load the "Edit" page in the main window??
I dont got any popup blocker installed on my computer, so I was wondering if I'm getting myself into troubles by letting users fill out a form in a popped up window instead of loading the submit form in another page in the main window??
Version 1:
1. Main window: clicking "Edit data"
2. Main window loads a new page with a form
3. Form is filled out and submitted
4. Main window with correct data is shown again
Version 2:
1. Main window: clicking "Edit data"
2. Small window popup
### will the popup-blockers, block this window??? ###
3. The form is filled out and submitted
4. The main window is autmaticly reloaded
I guess you understand my worries...
Should I choose a popup window, or load the "Edit" page in the main window??