<% 'end if 'copyright %> <% if Request("Print")<>1 then%> <% ' Backbutton if (backToSearch = "1" or backToResult = "1") then %> <% 'back to Search Button if backToSearch = 1 then %><% end if %> <% else %> <% end if ' fill the empty columns, if no back to Search Button if backToSearch <> 1 then %> <% end if %>
 
   <% 'back to Result Button if backToResult = 1 then %>    
<% end if 'back button 'Last updated Datum erzeugen --> Set objFSO = Server.CreateObject("Scripting.FileSystemObject") Set objFile = objFSO.GetFile(Server.MapPath(Request.ServerVariables("PATH_INFO"))) dateModified = FormatDateTime(objFile.DateLastModified,1) Set objFile = Nothing Set objFSO = Nothing %>

<%end if 'print %>