If this is your first visit, be sure to check out the FAQ by clicking the link above.
You may have to register before you can post: click the register link above to proceed.
To start viewing messages, select the forum that you want to visit from the selection below.
How can a new window be opened to display DB information upon a submit button click? I know how to open up a new window in JavaScript and how to display the DB from an ASP page, but how can I make a form do both at once? Thx.
basically i guess i want to know how form info can be sent to a child window. how can i send something to the child window that the user typed in the parent window?
POST didn't seem to send anything to the child window, but i tried POST and it worked. Also, single quotes worked when double quotes didn't. Thx again.