ayuda2.transbank.cl Open in urlscan Pro
13.32.110.38  Public Scan

URL: https://ayuda2.transbank.cl/
Submission: On January 05 via automatic, source certstream-suspicious — Scanned from DE

Form analysis 2 forms found in the DOM

javascript:void(0)

<form id="formSearchPredictivo" class="search-form" autocomplete="off" action="javascript:void(0)" onsubmit="return false">
  <div class="" id="_centro_ayuda_buscador_predictivo_web_CentroAsistenciaBuscadorPredictivoWebPortlet_selector-predictivo-pregunta-frecuente">
    <span class="twitter-typeahead" style="position: relative; display: inline-block;"><input class="typeahead form-control font-16 roboto-regular tt-hint"
        style="background: none 0% 0% / auto repeat scroll padding-box border-box rgb(255, 255, 255); margin-top: 3px; position: absolute; top: 0px; left: 0px; border-color: transparent; box-shadow: none; opacity: 1;"
        onkeyup="HabilitarButtonBuscar('_centro_ayuda_buscador_predictivo_web_CentroAsistenciaBuscadorPredictivoWebPortlet_')" type="text" readonly="" spellcheck="false" tabindex="-1" dir="ltr"><input
        id="_centro_ayuda_buscador_predictivo_web_CentroAsistenciaBuscadorPredictivoWebPortlet_inputSearch" class="typeahead form-control font-16 roboto-regular tt-input"
        style="background: transparent; margin-top: 3px; position: relative; vertical-align: top;" name="_centro_ayuda_buscador_predictivo_web_CentroAsistenciaBuscadorPredictivoWebPortlet_buscador-predictivo"
        onkeyup="HabilitarButtonBuscar('_centro_ayuda_buscador_predictivo_web_CentroAsistenciaBuscadorPredictivoWebPortlet_')" type="text" placeholder="Buscar aquí..." spellcheck="false" dir="auto" aria-activedescendant=""
        aria-owns="_centro_ayuda_buscador_predictivo_web_CentroAsistenciaBuscadorPredictivoWebPortlet_inputSearch_listbox" role="combobox" aria-readonly="true" aria-autocomplete="list"><span role="status" aria-live="polite"
        style="position: absolute; padding: 0px; border: 0px; height: 1px; width: 1px; margin-bottom: -1px; margin-right: -1px; overflow: hidden; clip: rect(0px, 0px, 0px, 0px); white-space: nowrap;"></span>
      <pre aria-hidden="true"
        style="position: absolute; visibility: hidden; white-space: pre; font-family: Roboto-Regular; font-size: 16px; font-style: normal; font-variant: normal; font-weight: 400; word-spacing: 0px; letter-spacing: 0px; text-indent: 0px; text-rendering: auto; text-transform: none;"></pre>
      <div role="listbox" class="tt-menu" style="position: absolute; top: 100%; left: 0px; z-index: 100; display: none;">
        <div role="presentation" class="tt-dataset tt-dataset-preguntasFrecuentes"></div>
      </div>
    </span>
    <input id="_centro_ayuda_buscador_predictivo_web_CentroAsistenciaBuscadorPredictivoWebPortlet_hiddenVal" name="_centro_ayuda_buscador_predictivo_web_CentroAsistenciaBuscadorPredictivoWebPortlet_hiddenVal" type="hidden">
    <button class="search-btn d-flex align-items-center text-decoration-none" id="_centro_ayuda_buscador_predictivo_web_CentroAsistenciaBuscadorPredictivoWebPortlet_btnSearch" disabled=""
      onclick="verTodosBuscadorPreguntasCentroAyuda('_centro_ayuda_buscador_predictivo_web_CentroAsistenciaBuscadorPredictivoWebPortlet_');">
      <i class="icon-tbk-search"></i>
    </button>
  </div>
</form>

Name: hrefFmPOST #

<form action="#" class="hide" id="hrefFm" method="post" name="hrefFm" aria-hidden="true"><span></span><button hidden="" type="submit">Oculto</button></form>

Text Content

Navegación
 * Saltar al contenido





Centro de Ayuda
 * 

 * Contáctanos
 * Acceso cliente
 * Hazte cliente
   
 * Inicio
 * Hazte cliente
 * Acceso a clientes
 * Contáctanos
 * Ir al Portal Público




HOME - CENTRO DE AYUDA


¿CÓMO PODEMOS AYUDARTE?





Elige el tema con el que necesitas ayuda



Primeros pasos


Tarifas y comisiones


Configuración y solución de problemas


Mi cuenta


Requerimientos


Depósitos


Documentación


Tutoriales

Elige el producto sobre el que tienes dudas



Máquinas


Webpay


Cobro QR

Artículos más frecuentes


Se ha producido un error al procesar la plantilla.

The following has evaluated to null or missing:
==> serviceLocator  [in template "20101#20131#435493" at line 4, column 35]

----
Tip: If the failing expression is known to legally refer to something that's sometimes null or missing, either specify a default value like myOptionalVar!myDefault, or use <#if myOptionalVar??>when-present<#else>when-missing</#if>. (These only cover the last step of the expression; to cover the whole expression, use parenthesis: (myOptionalVar.foo)!myDefault, (myOptionalVar.foo)??
----

----
FTL stack trace ("~" means nesting-related):
	- Failed at: #assign layoutLocalService = serviceL...  [in template "20101#20131#435493" at line 4, column 5]
----

1<#if entries?has_content> 

2 

3    <#-- declaracion variables globales --> 

4    <#assign layoutLocalService = serviceLocator.findService("com.liferay.portal.kernel.service.LayoutLocalService")> 

5    <#assign portalUtil = staticUtil["com.liferay.portal.kernel.util.PortalUtil"]> 

6     

7     

8    <div class="row"> 

9    <#list entries as curEntry> 

10        <#assign renderer = curEntry.getAssetRenderer() /> 

11        <#assign journalArticle = renderer.getArticle() /> 

12        <#assign journalID = journalArticle.getArticleId() /> 

13        <#assign docXml2 = saxReaderUtil.read(curEntry.getAssetRenderer().getArticle().getContent()) /> 

14         

15        <#-- obtener valores de la estructura --> 

16        <#assign pregunta = docXml2.valueOf("//dynamic-element[@name='pregunta']/dynamic-content/text()")?string/> 

17        <#assign respuesta = docXml2.valueOf("//dynamic-element[@name='respuesta']/dynamic-content/text()")?string/> 

18        <#assign resumen = docXml2.valueOf("//dynamic-element[@name='resumen']/dynamic-content/text()")?string/> 

19        <#assign tipoArticulo = docXml2.valueOf("//dynamic-element[@name='tipoArticulo']/dynamic-content/text()")?string/> 

20        <#assign link = docXml2.valueOf("//dynamic-element[@name='linkToPage']/dynamic-content/text()")?string/> 

21<#assign link2 = renderer.getURLViewInContext(renderRequest, renderResponse, '') /> 

22 

23     

24        <div class="col-12 col-md-6 pr-3"> 

25             

26            <#if link?has_content> 

27                <a class="link-seccion-pregunta d-flex flex-row font-18 roboto-bold" href="${link}" onclick="GenerarTagPreguntaMasFrecuente('${pregunta}')"> 

28                    ${pregunta}</a> 

29            <#else> 

30                <a class="link-seccion-pregunta d-flex flex-row font-18 roboto-bold">${pregunta}</a> 

31            </#if> 

32            <p class="font-16 roboto-regular resumenDoble-seccion-pregunta">${resumen}</p> 

33        </div> 

34    </#list> 

35    </div> 

36</#if> 


Oculto
 * Privacidad
 * Desarrolladores
 * Contáctanos

 * Facebook
 * Instagram
 * Twitter
 * Linkedin
 * Youtube