in reply to Open new window after form submit
OTOT, the "modern" approach would be to do effectively the same thing; but all in the same window and using an API call that returns structure data of what should be rendered after "submit" and some JS/CSS magick. You could also do effectively the same thing by skipping the secondary call and just using what was entered into the form as the source of the final view.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: Open new window after form submit
by tel2 (Pilgrim) on Sep 23, 2020 at 01:41 UTC | |
Re^2: Open new window after form submit
by jdporter (Canon) on Sep 23, 2020 at 15:33 UTC |