I have one asp page (main.asp) that opens a window, that allows the user to
enter an item. This window is controlled by enter_item.asp (much the same as
a modal VB window). Except, when the item is entered in the pop up window,
and this window processes the changes and closes, I need the main window to
refresh again.
Because the pop up window is there, for an undefinable period, it is not
possible to set a refresh timeout on the main window. Is there anyway, the
pop up window can send back to the main.asp page, to refresh itself?