tripwater
06-02-2003, 11:29 AM
I have a page that when you click on a start link it has a popup window that inserts a record into my DB on a start time.
I then want them to close the popup and refresh the parent page to now show the stop link to stop their time. is this possible? I need to refresh the parent page because the variable I am looking for is now set to show the stop link once their time is logged but does not show it unless the page is refreshed.
So I set a global (session var) on the parent page.
click link to open popup to start time. set the global var to stop.
close popup window. refresh parent window to show stop link
thanks for any help
I then want them to close the popup and refresh the parent page to now show the stop link to stop their time. is this possible? I need to refresh the parent page because the variable I am looking for is now set to show the stop link once their time is logged but does not show it unless the page is refreshed.
So I set a global (session var) on the parent page.
click link to open popup to start time. set the global var to stop.
close popup window. refresh parent window to show stop link
thanks for any help