Is there a way to get WebExplorer to auto refresh the directory listing after an upload?
I notice that after a file deletion, the list is auto refreshed. I browsed through the code, but am not that comfortable with the script.
Thanks.
Tom Krohn
Tom Krohn
2/17/2002 3:34 PM
Hi,
Just insert this line after line 848 :
Response.Write "<script language=""javascript"">opener.Command('Refresh');</script>"
Cem Alacayir
2/17/2002 9:04 PM