> For the complete documentation index, see [llms.txt](https://docs.devolutions.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.devolutions.net/rdm/es/knowledge-base/troubleshooting-articles/links-not-loading-in-embedded-mode.md).

# Los enlaces no se cargan en modo integrado

Al utilizar Microsoft Edge o Google Chrome en un modo de navegador integrado a través de una entrada de sitio web, puede experimentar un problema en el que al hacer clic en un enlace la página no se carga (se muestra como "about:blank"). Este problema se origina en un problema conocido de Microsoft.

#### Solución

Para Remote Desktop Manager 2024.3 y posteriores, la siguiente solución alternativa ya no resuelve el problema. Recomendamos utilizar el modo de visualización ***Externo*** en su lugar e [instalar la extensión de navegador de Devolutions Password Manager](https://docs.devolutions.net/password-manager/es/browser-extension/installation) para habilitar el autorrelleno de credenciales.

#### Solución alternativa para Remote Desktop Manager v.2024.2 y anteriores

Mientras Microsoft trabaja en el problema, puede utilizar la siguiente solución alternativa para mitigarlo:

1. En Remote Desktop Manager, vaya a las propiedades de su entrada de sitio web.
2. Cambie el ajuste ***Navegador web*** a ***Google Chrome***.

   <figure><img src="https://cdnweb.devolutions.net/docs/RDMW2039_2024_1.png" alt=""><figcaption></figcaption></figure>
3. Haga clic en ***Actualizar*** para guardar los cambios.
4. Inicie su entrada de sitio web en el modo integrado.
5. Vaya a la página que contiene el enlace problemático y haga clic en él. Es probable que se abra de nuevo una página en blanco. Mantenga abierta esta nueva ventana en blanco.
6. Vuelva al enlace original y haga clic en él una vez más. La página debería cargarse correctamente en la ventana en blanco abierta previamente.

Mantenga la página en blanco abierta durante su sesión. Mientras permanezca abierta, los enlaces posteriores deberían funcionar como se espera.

{% hint style="info" %}
Para Remote Desktop Manager v.2024.3+, los pasos anteriores ya no resuelven el problema. Recomendamos utilizar el modo de visualización ***Externo*** en su lugar e [instalar la extensión de navegador de Devolutions Password Manager](https://docs.devolutions.net/password-manager/es/browser-extension/installation) para habilitar el autorrelleno de credenciales.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.devolutions.net/rdm/es/knowledge-base/troubleshooting-articles/links-not-loading-in-embedded-mode.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
