booboo0912
Programmer
I'm having a problem and there's gotta be an easy fix b/c I know it's a common occurrance...
I have a logon form (logon.asp) that has username and password textboxes. The action="admin.asp", and on this page the values of the username and password are compared to the values in a database. Once the username and password are typed correctly, admin.asp opens and from here the user can select which record they would like to modify/delete. A record is selected, a showModalDialog window is opened, the record is updated or deleted, and on submit, the window closes, and the admin.asp window is still open.
I'm trying to refresh the admin.asp window automatically, instead of clicking the refresh button, to show the updated record. I tried the <META HTTP-EQUIV=refresh> but then it gets stuck going back to the logon.asp window, I guess b/c the values of the username and password aren't valid at that point (which I don't understand b/c I never reset the values of the variables). How do I maintain the username and password variables on a refresh? Or is there another way I should be refreshing my window?
Thanks in advance!
booboo
I have a logon form (logon.asp) that has username and password textboxes. The action="admin.asp", and on this page the values of the username and password are compared to the values in a database. Once the username and password are typed correctly, admin.asp opens and from here the user can select which record they would like to modify/delete. A record is selected, a showModalDialog window is opened, the record is updated or deleted, and on submit, the window closes, and the admin.asp window is still open.
I'm trying to refresh the admin.asp window automatically, instead of clicking the refresh button, to show the updated record. I tried the <META HTTP-EQUIV=refresh> but then it gets stuck going back to the logon.asp window, I guess b/c the values of the username and password aren't valid at that point (which I don't understand b/c I never reset the values of the variables). How do I maintain the username and password variables on a refresh? Or is there another way I should be refreshing my window?
Thanks in advance!
booboo