.. include:: /Includes.rst.txt .. _javascript-navigation: ========================= Navigation via JavaScript ========================= Navigate to URL =============== Navigate to a URL once selected drop-down is changed: .. code-block:: html `$data` refers to value of :html:`data-navigate-value`, `$value` to selected value, `$data=~s/$value/` replaces literal `${value}` with selected value in `:html:`data-navigate-value` Show Info Popup =============== Invoke :js:`TYPO3.InfoWindow.showItem` module function to display details for a given record: .. code-block:: html data-dispatch-action="TYPO3.InfoWindow.showItem" data-dispatch-args-list="be_users,123"> data-dispatch-action="TYPO3.InfoWindow.showItem" data-dispatch-args="["tt_content",123]"> Shows the info popup of database table `tt_content`, having `uid=123` in the example above.