<%sql="select * from sidor where sidorid=3" set rs=dbas.execute(sql) if not rs.eof then rubrik=rs("rubrik") textstycke=rs("inledandetext") textstycke=radbryt(textstycke) textstycke=geturl(textstycke) rubrik1=rs("rubrik1") textstycke1=rs("text1") textstycke1=radbryt(textstycke1) textstycke1=geturl(textstycke1) rubrik2=rs("rubrik2") textstycke2=rs("text2") textstycke2=radbryt(textstycke2) textstycke2=geturl(textstycke2) rubrik3=rs("rubrik3") textstycke3=rs("text3") textstycke3=radbryt(textstycke3) textstycke3=geturl(textstycke3) rubrik4=rs("rubrik4") textstycke4=rs("text4") textstycke4=radbryt(textstycke4) textstycke4=geturl(textstycke4) bild1=rs("bild1") bild2=rs("bild2") bild3=rs("bild3") bild4=rs("bild4") bildtext1=rs("bildtext1") bildtext2=rs("bildtext2") bildtext3=rs("bildtext3") bildtext4=rs("bildtext4") rs.close set rs=nothing end if %> <%if bild1 <> "" or bild2 <> "" or bild3 <> "" or bild4 <> "" then%> <%end if%>
<%if rubrik <> "" then%> <%=rubrik%> <%end if%> <%if textstycke <> "" then%>



<%=textstycke%> <%end if%>





<%if rubrik1 <> "" then%> <%=rubrik1%>

<%end if%> <%if textstycke1 <> "" then%> <%=textstycke1%>





<%end if%> <%if rubrik2 <> "" then%> <%=rubrik2%>

<%end if%> <%if textstycke2 <> "" then%> <%=textstycke2%>





<%end if%> <%if rubrik3 <> "" then%> <%=rubrik3%>

<%end if%> <%if textstycke3 <> "" then%> <%=textstycke3%>





<%end if%> <%if rubrik4 <> "" then%> <%=rubrik4%>

<%end if%> <%if textstycke4 <> "" then%> <%=textstycke4%>





<%end if%>
       



<%if bild1 <> "" then%> <%if bildtext1 <> "" then%>
<%=bildtext1%>
<%end if%>

<%end if%> <%if bild2 <> "" then%> <%if bildtext2 <> "" then%>
<%=bildtext2%>
<%end if%>

<%end if%> <%if bild3 <> "" then%> <%if bildtext3 <> "" then%>
<%=bildtext3%>
<%end if%>

<%end if%> <%if bild4 <> "" then%> <%if bildtext4 <> "" then%>
<%=bildtext4%>
<%end if%>

<%end if%>
<%sql="select * from inloggning" set rs=dbas.execute(sql) if not rs.eof then namn2=rs("Anvandare") tel=rs("telefon") epost=rs("epost") adress=rs("adress") postnrort=rs("postnrort") rs.close set rs=nothing end if%>

    <%if namn2 <> "" then%> <%=namn2%>
<%end if%> <%if adress <> "" then%> <%=adress%>
<%end if%> <%if postnrort <> "" then%> <%=postnrort%>
<%end if%>
<%if epost <> "" then%> <%=epost%>
<%end if%>
<%if tel <> "" then%> Tel: <%=tel%>
<%end if%>