<% response.buffer = true %> <% font = "Trebuchet MS, Arial, Helvetica, sans-serif" window_title = "ProfessionaLink: Finding the ideal consultant for the project rapidly and reliably" bodyblurb = "" path = request.servervariables("path_info") strpath = request.servervariables("script_name") strpath = lcase(strpath) do lenstr = len(strpath) pos = instr(strpath,"/") strpath = right(strpath,lenstr-1) loop while instr(strpath,"/") <> 0 ' COOKIE ENABLED CHECK HERE 'cookie_ok = request.servervariables("http_cookie") 'if checknull(cookie_ok) and strpath <> "cookie_error.asp" then ' response.redirect "/cookie_error.asp" 'end if ' END DISABLE 'set browserdetect = server.createobject("MSWC.BrowserType") 'browser=browserdetect.Browser 'version=browserdetect.Version 'platform=browserdetect.Platform 'frames=browserdetect.Frames 'cookies = browserdetect.Cookies 'javascript=browserdetect.JavaScript 'tables=browserdetect.Tables 'majorver=browserdetect.Majorver 'minorver=browserdetect.Minorver 'if lcase(cookies) and strpath <> "cookie_error.asp" then ' response.redirect "/cookie_error.asp" 'end if 'response.write cookies 'set browserdetect = nothing set conn = server.createobject("adodb.connection") conn.open "DSN=DB_175408_plink_sqlConn;uid=DB_175408_plink_user;pwd=pl7777#1;database=DB_175408_plink" 'conn.open "DSN=prolink2;uid=prolink;pwd=xuxa" %> <% window_title = "ProfessionaLink: Contact Us" %> <% = window_title %> <% = bodyblurb %> <% ' GLOBAL VARIABLES BELOW loggedIn = false loggedInUqid = null plgroup = null username = null rGUID = request.cookies("guid") if not checknull(rGUID) then loggedIn = true username = membershipCheck() loggedInUqid = quikFieldVal("uqid",username) sql = "select pl_group from users where username = " & sqlsafe(username) set rs = conn.execute(sql) if not rs.eof then plgroup = rs(0) end if rs.close set rs = nothing end if if logo_use = "myp" then logo_lx = "/epx/myp.asp" logo_gif = "/images/title_bg_myp.gif" logo_alt = "myProfessionaLink" elseif logo_use = "myp_c" then logo_lx = "/epc/myp_c.asp" logo_gif = "/images/title_bg_myp_c.gif" logo_alt = "myProfessionaLink for Consultants" else logo_lx = "/" logo_gif = "/images/title_bg_l.gif" logo_alt = "ProfessionaLink" end if %>
<% ' AVATAR CUSTOMIZATIONS HERE select case lcase(username) case "john.hoke@gm.com" response.write "" case else if instr(username,"@dow.com") > 0 then response.write "" end if end select if instr(username,"acme.com") > 0 then response.write "" end if %>
<% = logo_alt %>



<% if strpath <> "login.asp" and not loggedIn then %>
e-mail: 
password: 
 

<% elseif loggedIn then firstname = quikFieldVal("first_name",membershipCheck) fullname = firstname & " " & quikFieldVal("last_name",membershipCheck) if not checknull(firstname) then if instr(firstname,vbcrlf) < 0 then firstname = ucase(left(firstname,1)) & lcase(right(firstname,len(firstname)-1)) else firstname = firstname end if else firstname = membershipCheck end if %> <% if plgroup = "users_pro" then %> <% else %> <% end if %>
Hi <% = firstname %>,
Thank you for being a
registered consultant.
Hi <% = firstname %>,
Thank you for being a member
of ProfessionaLink.
<% end if %>


<% = FormatDateTime(now(),vblongdate) %> <% if loggedIn then %>myProfessionaLink | Log-out<% else %>Home<% end if %> | Site map | Contact us   

<% scriptname = lcase(request.servervariables("script_name")) if checknull(expand) then expand = request("expand") end if %>
ProfessionaLink Info
<% if instr(scriptname,"/content/about") > 0 or expand then %> About Us
 Why ProfessionaLink?
 Frequently Asked Questions
 Testimonials
 Management Team
 Contact Us

<% else %> About Us

<% end if %> <% if instr(scriptname,"/content/findc") > 0 or expand then %> How to find consultants
 Scope of services
 Consulting firm profiles
 Quality Assurance
 Process
 Benefits
 · Apply now

<% else %> How to find consultants

<% end if %> <% if instr(scriptname,"/content/findp") > 0 or expand then %> How to find projects
 Range of project topics
 Project examples
 Benefits
 · Apply now

<% else %> How to find projects

<% end if %> <% if instr(scriptname,"/content/tour") > 0 or expand then %> Tour & Map
 Site map
 5-minute Process Tour

<% else %> Tour & Map

<% end if %> <% if scriptname <> "login.asp" then %> Start using our service

<% end if %> <% if not expand or checknull(expand) then %> (expand menu)
<% else %> (collapse branches)
<% end if %>




Our mailing address
2026 P Street, N.W.
Washington, D.C. 20036

Corporate consulting buyers: Call Nelson Woehrle at 202-828-6405.
Consulting firms/Partners: Call Fletcher Grundmann at 202-828-6407.


tel: 202-828-1400
fax: 202-828-6409
e-mail: info@professionalink.com




 


Is there a problem with the website? Report it here.

Copyright © 2000-2009 ProfessionaLink, LLC.
All Rights Reserved. Unauthorized duplication of any material is prohibited.
Privacy Policy  Terms of Usage

<% conn.close set conn = nothing %>