%
strRefreshWindowSize = (request.querystring("refresh"))
if strRefreshWindowSize <> "" then
'#### Set Cookies For Menu Window
Response.Cookies(strUniqueID)("RefreshWindow")=(strRefreshWindowSize)
'#### End of Set Cookies For News Window
end if
nRefreshTime = Request.Cookies(strCookieURL & "Reload")
if Request.form("cookie") = "1" then
if strSetCookieToForum = 1 then
Response.Cookies(strCookieURL & "Reload").Path = strCookieURL
end if
Response.Cookies(strCookieURL & "Reload") = Request.Form("RefreshTime")
Response.Cookies(strCookieURL & "Reload").expires = strForumTimeAdjust + 365
nRefreshTime = Request.Form("RefreshTime")
end if
%>
<%
if (Request.Cookies(strUniqueID)("RefreshWindow")= "1") then '### Check Cookie For Minimize Status %>
|
Refresh
|
<% sScriptName = Request.ServerVariables("script_name")%>
|
|
<% else %>
|
Refresh
|
<% sScriptName = Request.ServerVariables("script_name")%>
|
|
|
<% sScriptName = Request.ServerVariables("script_name")%>
|
<% end if %>