Search engine

Question by The J-man:
Help with javascript please?

Hello my knowledge of javascript is basically nothing so I would like some help please. I will be using greasemonkey to run the script on a webpage. What I want is to display a small textbox messagebox or anything else on that page with a single string. It’s a game site and I have a really weird username I can remember the password but I know I will forget the username so I would like to be able to remind myself what my username is.


——————————————

Answer by Colanth
alert(‘Login=J-Man Password=Imtheman’);

——————————————
What do you think? Answer below!