<%@LANGUAGE="VBSCRIPT" CODEPAGE="65001"%> <% IF Request("types")=1 then title = "Profil" in_type=1 elseif Request("types")=5 then title = "Wir über uns" in_type=5 elseif Request("types")=6 then title = "Wir über uns" in_type=6 elseif Request("types")=7 then title = "Beschäftigung der Angestellten" in_type=7 elseif Request("types")=8 then title = "Beschäftigungszentrum" in_type=8 elseif Request("types")=9 then title = "Bewerbung" in_type=9 elseif Request("types")=10 then title = "Adresse&Karte" in_type=10 elseif Request("types")=12 then title = "Job&Karriere" in_type=12 elseif Request("types")=13 then title = "Kontakt" in_type=13 elseif Request("types")=21 then title = "Urheberrecht" in_type=21 End IF %> <% Response.Write WebName%>
 
 
Zurück zur Startseite   <%=title%>
<% if in_type=1 then%>
<%elseif in_type=7 then%>
<%elseif in_type=8 then%>
<%elseif in_type=21 then%>
 
<% else %>
<% end if%>

+ Drücken

+ Empfehlen

+ Speichern