DarkGuy101: How to Code: Javascript Syntax (ALERTS)
This is a simple page on how to do some Javascript (Syntax), If you do not know what Javascript Syntax is, It is found normally on DsiExtensions, It is Javascript but instead of putting it in HTML, (Which is not what we're doing here), We put it in our address bar.
Now just to get one thing straight, This website does not like having Javascript in one word, So if I Say Javascript and it looks like "Java Script" Then hopefully you'll know that I mean "javascript" with no spaces and no capitals, Alright?
Ok,
First I Suggest doing it in bookmarks, then save it, and test it out.
Now, when starting the Javascript, you will need to have javascript: as the first thing in the url, As so in this image.
See in the URL? How it has javascript: With no capitals or spaces, Well thats how we MUST Start it off.
Alright, so first we'll start off with the alerts... Pretty simple, Alright now the alert function is obviously one of the easiest, After "Javascript:" Just add alert so It will look like this, "Javascript: alert" Again no spaces in Javascript or captials, Now to add The Writing into the alert You do this, "Javascript: alert(" "" see the (" "?
Well the writing goes in that, "Javascript: alert("Test""
In that image, it shows how it should look, After you make sure it looks like that, press save, or Ok, Then go into bookmarks and open it, It will look like this after you open it.
If it does not come up then,
A: You've done something wrong.
or
B: Your browser has not got Javascript enabled.
...
This is only the Alerts page of my Series, Please wait a while for my Next one (Confirmation).