<% Response.Expires = -1 'asp altijd opnieuw van de server laten komen Response.Buffer = true 'asp in een keer laten zien %> <% if Session("TITEL_SUBKEUZE") > " " then Response.write Session("TITEL_SUBKEUZE") & " - " else if Session("TITEL_HOOFDKEUZE") > " " then Response.write Session("TITEL_HOOFDKEUZE") & " - " end if end if Response.write Session("SITE-NAAM") %> " rel="stylesheet" type="text/css"> <% if Session("deeplinkART") > " " then waarde = "../nl/catalogus.asp?artiID=" & Session("deeplinkART") Session("deeplinkART") = "" Response.redirect waarde end if if Session("NOFRAMES") = "JA" then if Session("hoofdlayout") > " " then Response.redirect Session("hoofdlayout") ' Session("hoofdlayout") = Replace(Session("hoofdlayout"), "../", Session("HOMEDIR_EXTERN")) ' Response.Status="301 Moved Permanently" ' Response.AddHeader "Location", Session("hoofdlayout") else if Session("vorigehoofdlayout") > " " then Response.redirect Session("vorigehoofdlayout") ' Session("vorigehoofdlayout") = Replace(Session("vorigehoofdlayout"), "../", Session("HOMEDIR_EXTERN")) ' Response.Status="301 Moved Permanently" ' Response.AddHeader "Location", Session("vorigehoofdlayout") end if end if end if ' # 001 if Session("artikel_rechtstreeks") > " " then if Session("top") = "JA" then Response.redirect "add_in_ww.asp?artikel_rechtstreeks=" & Session("artikel_rechtstreeks") else Response.write "" end if end if if Session("hoofdlayout") > " " AND Session("BEZIGMETONDERHOUD") <> "JA" then if Session("top") = "JA" then Response.redirect Session("hoofdlayout") else Response.write "" end if end if ' Voer direct het java-script uit Response.end %>