<%@ Language=VBScript %> <% Thispage = Request.ServerVariables("SERVER_NAME") & Request.ServerVariables("URL") 'if instr(thispage, "www") = 0 then redirpage = "http://www.us-immigration-law-firm.com" Response.Status="301 Moved Permanently" Response.AddHeader "Location", redirpage 'end if %> <% dim dbconn set dbconn=server.createobject("adodb.connection") dbconn.open "driver={Microsoft Access Driver (*.mdb)};dbq=d:\hosting\fmwangi\access_db\pp.mdb" %> <% id = request("id") if id = "" then response.Redirect("/default.asp") end if set rs = server.CreateObject("adodb.recordset") rs.open "select * from _pages where id = " & id, dbconn,3,1 if not rs.eof then content = rs("pagecontent") title = rs("pagetitle") pagetitle = title pagedescription = rs("pagedescription") pagekeywords = rs("pagekeywords") else rs.close() set rs = nothing dbconn.close() set dbconn = nothing response.Redirect("/default.asp") end if rs.close() set rs = nothing %> <%=title%> - Austin, TX Immigration Lawyer
Immigration Attorney

Baltimore, MD Immigration Attorney

<%=pagetitle%>

 

Sign up for our Immigration Newsletter

 

Click here to make an
INFOPASS appointment



<%= title %>

<%=content%>

 

Popular Topics:

Family Based Immigration   | Employment Based Immigration | Visas  | Permanent Residency   | Citizenship | Green Card | Immigration & Naturalization  | Asylum  | Deportation | Removal  | Adjustment of Status | Consular Processing 

 

Texas Immigration Attorney

<% set rs3 = server.CreateObject("adodb.recordset") rs3.open "select * from counties where StateAbbreviation = 'TX'", dbconn,3,1 citycount = rs3.recordcount if citycount > 0 then do while citycount > 1 temptitle = rs3("county") & " Texas Immigration Attorney" %> " title="<%= temptitle %>"><%=rs3("county")%>, <% citycount = citycount - 1 rs3.movenext loop %> " title="<%= temptitle %>"><%=rs3("county")%> <% end if rs3.close() set rs3 = nothing %> <% set rs2 = server.CreateObject("adodb.recordset") rs2.open "select * from _footer", dbconn,3,1 if not rs2.eof then %>

<%= rs2("content") %>

<% end if rs2.close() set rs2 = nothing %>
 
<% 'close database connection dbconn.close() set dbconn = nothing %>