You are currently viewing our boards as a guest which gives you limited access to view most discussions, articles and access our other FREE features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload your own photos and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!
If you have any problems with the registration process or your account login, please contact contact support.
If you prefer not to see double-underlined words and corresponding ads, place your cursor
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.