[html - javascript] Have one window send info to another
I have an admin page for adding new posts, and I am working on an edit posts function.
I can get an edit post form to pop up in a smaller window. When the user presses submit on the form, I would like to send that info back to the main page and close the smaller one. Is this possible, or would I have to use dhtml to do something like this (not even open a "real" new window, but pop up a dhtml window)?
Sorry if I am way off base, I'm used to php, but not javascript or dhtml.
Thanks for any help/ideas.
|