I have a form to request user name and password. On submit, it goes to a
verify page to check against the database for valid user name and
password...then redirects to the actual database entry form where they can
choose and submit values to the database. All works.
I now wanted to have that entry form be a popup small window so I have the
code but not sure where to put it?
I don't know how to seamlessly have them logon but then redirect to popup
form. The login verify form is a hidden asp with no html on it. I tried to
put the javascript for the popup on there under the response redirect part
but didn't work. Can someone suggest what to do? Thanks