WLJS LogoWLJS Notebook

Alert

Frontend symbol
Alert[message_String]

pops up a default alert message on the frontend

Example

This is purely WLJS function, which has to be called either using FrontSubmit or CreateFrontEndObject

FrontSubmit[Alert["Hello World"]]

On this page