HEX
Server: Microsoft-IIS/10.0
System: Windows NT ITPWINWEBSVR22 10.0 build 20348 (Windows Server 2022) AMD64
User: www.conferencesearch.co.uk (0)
PHP: 8.3.30
Disabled: NONE
Upload Files
File: D:/web/itpartnership/RandomQ/Admin/q_view.asp
<!--#include file="../config.asp"-->	
	<%Dim SQL, fldQ, ACT, MESSAGE, MODE, ID, RS

     IF NOT Session("RQ_LOGIN") = "True" THEN
		Response.Redirect "index.asp"
		Response.End
     END IF	

	 ID   = Request.QueryString("ID")

     If IS_VALID_ID(ID) = True Then
		Call OPEN_DB()
		SQL = "SELECT fldMEMO, fldACTIVE FROM TABLE_Q WHERE ID = " & ID
		Set RS = MyConn_RQ.Execute(SQL)
			 IF NOT RS.EOF THEN
			 	fldQ = trim(RS("fldMEMO"))
				ACT = trim(RS("fldACTIVE"))
			 END IF
		RS.Close 
		Set RS = Nothing
		MyConn_RQ.Close
		Set MyConn_RQ = Nothing	 
     END IF              	  
	%>


	<!--#include file="inc_header.asp"-->

		<table width="80%" align="center" cellpadding="2" cellspacing="0" border="0"><tr><td>
		<a href="javascript:history.go(-1)"><img src="img/back.gif" width="15" height="15" alt="" border="0"></a>
		</td></tr></table>
		<br /> 
		<table width="80%" align="center" cellpadding="2" cellspacing="0" border="1" bordercolor="WhiteSmoke" style="border-collapse:collapse;">
		<tr bgcolor="WhiteSmoke">
			<td background="img/bg1.gif">View Quote</td>
		</tr><tr>
			<td>	
				<table align="center" cellpadding="2" cellspacing="0" border="0"><tr>
					<td colspan="2">
                    <Br /><Br />
                    <%= Replace(fldQ & " ",vbcrlf,"<br />") %>
                    <Br /><Br />
					</td>
				</tr></table>
			</td>
		</tr></table>
        
                                  <!--
                DEVELOPED BY EXPINION.NET, RELEASED UNDER GPL
                               NOT FOR SALE
                        http://www.expinion.net/
                                   -->        

	<!--#include file="inc_footer.asp"-->