jammn hvor skal det stå? her er min side hvor det skal vises:
<%@LANGUAGE="VBSCRIPT"%>
<!--#include file="Connections/danling.asp" -->
<%
Dim Recordset1__MMColParam
Recordset1__MMColParam = "1"
if (Request.QueryString("Id") <> "") then Recordset1__MMColParam = Request.QueryString("Id")
%>
<%
set Recordset1 = Server.CreateObject("ADODB.Recordset")
Recordset1.ActiveConnection = MM_danling_STRING
Recordset1.Source = "SELECT * FROM brugere WHERE Id = " + Replace(Recordset1__MMColParam, "'", "''") + ""
Recordset1.CursorType = 0
Recordset1.CursorLocation = 2
Recordset1.LockType = 3
Recordset1.Open()
Recordset1_numRows = 0
%>
<html>
<head>
<title>Bruger Profil</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link rel="stylesheet" href="files/css/indhold.css" type="text/css">
<script language="JavaScript">
// Based on script by the amazing taz@blastradius.com
windowWidth=800;
windowHeight=550;
if (parseInt(navigator.appVersion) >= 4) window.moveTo((screen.width/2)-(windowWidth/2+10),(screen.height/2)-(windowHeight/2+20));
</script>
</head>
<body bgcolor="#FFFFFF" text="#000000">
<table width="100%" border="0" cellspacing="0" cellpadding="0" height="516" class="ramme3">
<tr valign="top">
<td width="75%">
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="tabel_top4">
<tr>
<td>Funny Facts:</td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="tekst_normal">
<tr>
<td><b>Brugeren i sig selv:</b><br>
Køn: <font color="#990000"><%=(Recordset1.Fields.Item("kon").Value)%></font> herfra er <font color="#990000"></font> bruger
-er af samme køn<b><br>
</b>Landsdel: <font color="#990000"><%=(Recordset1.Fields.Item("country").Value)%></font> herfra er bruger -er fra samme landsdel<br>
By: <font color="#990000"><%=(Recordset1.Fields.Item("city").Value)%></font> herfra er bruger -er fra samme by<b><br>
Brugerens Computer:<br>
</b></td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="tabel_top4_top">
<tr>
<td>Statistik - Dan-Mail</td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="tekst_normal">
<tr>
<td><font color="#990000"><%=(Recordset1.Fields.Item("brugernavn").Value)%></font> har skrevet besked -er<br>
<font color="#990000"><%=(Recordset1.Fields.Item("brugernavn").Value)%></font> har modtaget besked -er<br>
<font color="#990000"><%=(Recordset1.Fields.Item("brugernavn").Value)%> <font color="#000000">har besked -er i sin papirkurv<br>
<font color="#990000"><%=(Recordset1.Fields.Item("brugernavn").Value)%><font color="#000000"> har besked -er i sin spammail mappe</font></font>
<br>
<font color="#990000"><%=(Recordset1.Fields.Item("brugernavn").Value)%></font> har besked -er i sin gemmebog...<br>
<font color="#990000"><%=(Recordset1.Fields.Item("brugernavn").Value)%></font> har brugere på sin mailliste...</font></font>
</td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="tabel_top4_top">
<tr>
<td>Statistik - Forum</td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="tekst_normal">
<tr>
<td><font color="#990000"><%=(Recordset1.Fields.Item("brugernavn").Value)%></font> har oprettet emne -er i forumet...</td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="tabel_top4_top">
<tr>
<td>Statistik - Fotoalbum</td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="tekst_normal">
<tr>
<td> </td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="tabel_top4_top">
<tr>
<td>Statistik - Weblogs</td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="tekst_normal">
<tr>
<td> </td>
</tr>
</table>
</td>
<td width="25%" bgcolor="#CCCCCC" align="center">
<table width="100%" border="0" cellspacing="0" cellpadding="0" height="524" class="ramme4">
<tr>
<td valign="top">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td valign="top">
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="tabel_top6">
<tr>
<td>Bruger Information</td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td>
<hr noshade class="line1">
</td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="tekst_center">
<tr>
<td><img src="
http://tdn/files/gfx/profil/<%=(Recordset1.Fields.Item("foto").Value)%>.jpg" class="billederamme4"></td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td>
<hr noshade class="line1">
</td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="tekst_normal2">
<tr>
<td><b>Brugernavn:</b><br>
<%=(Recordset1.Fields.Item("brugernavn").Value)%><br>
<b>Navn:</b><br>
<%=(Recordset1.Fields.Item("navn").Value)%><br>
<b>Dan-Mail:</b><br>
<br>
<b>Fødselsdag:</b><br>
<%=(Recordset1.Fields.Item("dag").Value)%>/<%=(Recordset1.Fields.Item("maaned").Value)%> - <%=(Recordset1.Fields.Item("aar").Value)%><br>
<b>Landsdel:<br>
</b><%=(Recordset1.Fields.Item("country").Value)%><b><br>
By:<br>
</b><%=(Recordset1.Fields.Item("city").Value)%><b> </b></td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="tekst_normal2">
<tr>
<td><b>Om Brugeren:</b><br>
<font color="#FF0000"><%=(Recordset1.Fields.Item("omdigselv").Value)%></font> </td>
</tr>
</table>
</td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0" height="330">
<tr>
<td valign="bottom">
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="tekst_center">
<tr>
<td>Tilføj Til Venneliste • <a href="java script:window.close()" class="link1">Luk
Vinduet</a></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>
<%
Recordset1.Close()
%>