Home > ASP Development > Multi Title for one Form

Multi Title for one Form



Can someone look at my code, what I am trying to do is whena form is launch a particular title is launch to name the form.

[code]

<%

If Request.Querystring("action")="submit" Then

set conn=Server.CreateObject("ADODB.Connection")

conn.Provider="Microsoft.Jet.OLEDB.4.0"

conn.Open Server.MapPath("../../HCMAP.mdb")





<%

If Request.Querystring("action")="submit" Then

set conn=Server.CreateObject("ADODB.Connection")

conn.Provider="Microsoft.Jet.OLEDB.4.0"

conn.Open Server.MapPath("../../HCMAP.mdb")

set rs=Server.CreateObject("ADODB.recordset")



rs.Open "select, 100_CAREER_APPT,101_CAREER_CONDITIONAL_APPT,500_CO NVERSION_TO_CAREER_APPT,501_CONVERSION_TO_CAREER_C ONDITIONAL_APPT

from Audit_Form_Title

where Audit_Form.Title = FormTitle.Title "

myconn

%>

    
Guest


Can you explain more with example on what you want to do?

Was this answer helpful ? Yes No   
Guest
 
 
Home - About Infoqu - Contact - Privacy Statement - Link to Infoqu - Bookmark Infoqu

Copyright 2007-2008 by Infoqu. All rights reserved