Hey There fellow Habbos() Well this is a short code for jScript and alert message.
The First Open the code will be created when the page is opened.Code:<!DOCTYPE html> <html> <head> </head> <style>body {background:#F3F3F3;font-family:Verdana;font-size:11px;margin:10px;}#wrapper {background:#FFF;padding:10px;border:1px solid #CCC;margin: auto; width: 530px;}a {text-decoration: underline; color: #000;}a:hover {font-weight: bold;}hr { margin:10px 0;padding:0;height:1px;background:#CCC;border:0 }</style> <body> <script type="text/javascript"> function note() { alert ("Hey,Its Phoenix Wright"); } note(); </script> </body> </html>
But the second code will run when a button is clicked, so enjoy!Code:<!DOCTYPE html> <html> <head> </head> <style>body {background:#F3F3F3;font-family:Verdana;font-size:10px;margin:10px;}#wrapper {background:#FFF;padding:10px;border:1px solid #CCC;margin: auto; width: 530px;}a {text-decoration: underline; color: #000;}a:hover {font-weight: bold;}hr { margin:10px 0;padding:0;height:1px;background:#CCC;border:0 }</style> <body> <script type="text/javascript"> function note() { alert ("Oh No Edgeworth"); } </script> <form> <input type="button" value="Click Here" onclick="note()"> </form> </body> </html>
Simple and easy I'll explain if anyone else needs me to, this can also be used for trolling like those sites that have alerts on 24/7
Now I'll explain I think we all know that the <html> etc are all html tags.
Post All Questions about this code, I'll be honored to answer them, I really cant explain things like this, but I can answer questions.
I'll post a detailed tutorial, but for now insert the code in your HTML pages and watch magic.





Reply With Quote



