<% ' This code grabs the URL that calls this page. Eg. From Merchant or from within the AMEX website dim referer referer = Request.ServerVariables("HTTP_REFERER") %> American Express - Hong Kong - Customer Service <% ' This if statement displays the code, if the word "americanexpress" appears in the URL, ie. coming from within AMEX if instr(1,referer,"americanexpress") > 1 then %>
Skip to Content
首頁
客戶服務 客戶服務 客戶服務
 
客戶服務主頁
查閱資料
使用網上服務
尋找您所需要的資料
聯絡美國運通
電話及地址指南
[an error occurred while processing this directive]

<% ' If not coming from within AMEX it displays the code for the neutral page for the Merchant/3rd Party. else %> <% end if %>