0 Users appreciate this thread.
HTML Codes
CoolApps (2015-01-26 19:11:19)ewwwwww 000webhosting.
Step 1. A simple button show
Simple eh? Want something more useful out of the button?
Step 2. Clicky click alert show
As you can see, I've added an onclick attribute to the input so that it'll execute the alert function (JavaScript).
I know there's another way of creating a button ( <button> ), but I prefer this way.
If you want, I can get into the form part of things (involves textboxes of many types, submission button...), however, this can lead to either JavaScript or PHP to gather the submitted data, which isn't really related to this topic.
2015-01-26 19:13:08
Newer account: NodePoint
Log in to submit a comment
Back to forum: Web Programming (HTML, JS, CSS, PHP, MySQL)
New registered users today: 7
Newest registered user: ElegantVulpes
Alright, so I have a few spoilers with codes you can use when making a website. They are based on HTML.
<html>
<body>
Hello world!
</body>
</html>
<html>
<body>
<a href="http://3dsplaza.com/">Click here to go to 3DSPlaza</a>
</body>
</html>
<html>
<body>
<input type="button" value="Hi, I'm Useless">
</body>
</html>
That's all I have right now. Give me codes in the comments and they might get featured!
2015-01-29 22:57:32
-FluxerCry
Click here if you have a crush on me. (No one)