+ 2
Greetings using JS
Hello, I'd like to know the javascript code for greetings to a site visitor!!
2 Antworten
0
I don't know much js but you could use:
alert("Greetings, visitor!");
Which will present a pop up window with that text.
0
it's not the right one!!