% strLink = Request.QueryString("strLink") isSecure = Request.QueryString("isSecure") DIM strLink, strMailto, strHTTP, strHTTPS isMailto = false isHTTP = false isHTTPS = false 'This checks for the existence of the http,mailto,etc in the link 'if nothing is found, it assumes a standard http:// link If instr(strLink,"mailto:") > 0 Then isMailto = true elseif instr(strLink,"http://") > 0 then isHTTP = true elseif instr(strLink,"https://") > 0 then isHTTPS = true else strLink = "http://" & strLink end if %>
| ||||||
|
Deposit Services | Loan Services | Additional Services | Internet Banking About Us | What's New | Links of Interest | Contact Us | Home |