I'm preparing a new website. During the preview period I would like to put up a welcome Alert message. I found this bit of JavaScript elsewhere:
However this routine doesn't let me put line returns into my text and it includes the current URL in bold as the headline, not what I'd prefer. You can preview it here (although the site is still crude). I'd prefer an alert that's a bit nicer. Any recommendations?HTML Code:<script language="Javascript"> <!-- // please keep these lines on when you copy the source // made by: Nicolas - http://www.javascript-page.com alert ("This is a Javascript Alert") //--> </script>
Appreciated.



Reply With Quote



Bookmarks