---
title: "Deprecation: #95351 - Custom JSWindow options in HMENU settings"
manual: "TYPO3 Core Changelog"
version: "main"
permalink: "https://docs.typo3.org/permalink/changelog:deprecation-95351"
source: "Changelog/11.5/Deprecation-95351-CustomJSWindowOptionsInHMENUSettings.rst"
typo3-version: "11.5"
typo3-major: 11
type: "deprecation"
issue: 95351
forge: "https://forge.typo3.org/issues/95351"
tags: ["Frontend", "TypoScript", "NotScanned", "ext:frontend"]
rendered: "2026-09-20T18:31:11+00:00"
---

# Deprecation: #95351 - Custom JSWindow options in HMENU settings {#deprecation-95351}

See [forge#95351](https://forge.typo3.org/issues/95351)

## Description {#description}

The common HMENU settings for each HMENU level `JSWindow` (including
sub-properties) and `target` with a value such as
`target = 200x300`, to be set on for example TMENU properties
have been marked as deprecated.

Examples:

```php
page.123 = HMENU
page.123.1 = TMENU
page.123.1.JSWindow = 1
page.123.1.JSWindow.params = width=200,height=300,status=0,menubar=0

page.123 = HMENU
page.123.1 = TMENU
page.123.1.target = 200x300
```

## Impact {#impact}

Calling a frontend page with a HMENU and JSwindow popups will trigger a PHP `E_USER_DEPRECATED` error.

## Affected Installations {#affected-installations}

TYPO3 installations with a HMENU and JSwindow settings which are configured
via TypoScript, which is highly unlikely.

## Migration {#migration}

Use an external JavaScript file with an event listener to achieve the same
functionality.
