Is it possible to do a basic JavaScript alert on the main page of a website, just saying “hi”, for example?
Hey
You can use the lightbox and do a very small one. Or you can use an iframe and send text from Wix Code to the iframe and use alert inside the iframe.
Or if you just want to use it for debugging purposes I would recommend the console.log(“text here”) instead.