/asp/freeapps/prodmentor/showquestion.asp
<%
OPTION EXPLICIT
Response.Buffer = True
%>
<!--#include file="incfaq.asp"-->
<%
Dim nModelId
nModelId = Request.QueryString("fldAuto")
If nModelId = "" Then
Response.Redirect "."
End If
Dim oCATEGORYConn, oCATEGORY
Set oCATEGORYConn = CATEGORY_GetDatabaseConn()
Set oCATEGORY = oCATEGORYConn.Execute("select model, descr, imgurl from "&CATEGORY_GetTablePrefix()&"model as model where fldAuto=" & nModelId )
%>
<html>
<head>
<meta http-equiv="Content-Language" content="en">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>Free asp applications</title>
<style type="text/css">
<!--
body { font-family: Verdana,Arial,Helvetica; font-size: smaller; color: #000000}
td { font-family: Verdana,Arial,Helvetica; font-size: smaller; color: #000000}
th { font-family: Verdana,Arial,Helvetica; font-size: smaller; color: #000000}
A:link {text-decoration: none;}
A:visited {text-decoration: none;}
A:hover {text-decoration: underline;}
-->
</style>
</head>
<body>
<table border="0" width="100%">
<tr>
<td width="50%"><FONT color=#660000 face=Tahoma,Verdana,Arial
size=+3><B>ASPCode.net</B></FONT><BR><b><font size="3">The place to find
free ASP code</font></b></td>
<td width="50%"><%=CATEGORY_GetAd( 1 )%></td>
</tr>
</table>
<table border="0" width="100%">
<tr>
<td valign="top">
<br>
<font size="4"><%=oCATEGORY("model")%></font>
<hr>
<table border="0" width="100%">
<tr>
<td width="60%" align-"left" valign="top">
<%=oCATEGORY("descr")%>
</TD>
<td width="40%" align-"center" valign="top">
<img src="<%=oCATEGORY("imgurl")%>">
</td>
</tr>
</table>
</td>
</tr>
</table>
<p>This Product Manager is maintained with ProdMentor - a totally free product
available for download <a href="http://www.aspcode.net/products/prodmentor">here</a>.<p>
<table border="0" width="100%">
<tr>
<td width="50%"><FONT face="Arial,sans serif" size=2>� </FONT> <font size="1" face="Arial,sans serif">2000
Stefan Holmberg <a href="http://www.aspcode.net">http://www.aspcode.net</a></font></td>
<td width="50%"><%=CATEGORY_GetAd( 2 )%></td>
</tr>
</table>
<%
oCATEGORY.Close
Set oCATEGORY = Nothing
oCATEGORYConn.Close
Set oCATEGORY = Nothing
%>
<%=CATEGORY_GetAd( 3 )%>
</body>
</html>