# SETHEADER

Display or hide the page header.

### Syntax

```javascript
SETHEADER(value)
```

### Arguments

value - Boolean value used to control footer visibility. Set to TRUE to display the header.

### Example

```
SETHEADER(TRUE)
//Displays the header
```

<figure><img src="https://3062809325-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FEbkCXCUXmtUq5tcnUtZE%2Fuploads%2FPIvYDuPYnBVVZAjYPiHK%2Fimage.png?alt=media&#x26;token=9e955d93-bce0-42a2-8f45-f149f842b0fe" alt=""><figcaption><p>Script to display the header</p></figcaption></figure>

Control header visibility with scripts:

<figure><img src="https://3062809325-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FEbkCXCUXmtUq5tcnUtZE%2Fuploads%2FjFmCrCQUNkN96Yzr2UzA%2FUntitled%20Project.gif?alt=media&#x26;token=9ccc4777-2f34-45c7-8097-d88428ecb04b" alt=""><figcaption><p>Using scripts to show or hide the header</p></figcaption></figure>
