On the HobTech website they have that random message about your password and everytime you refresh it changes. I have made the JavaScript i just need to know how to get it into my page. Any Help?
Thanks,
:.:Numark:.:

HTML Code:<script type="text/javascript"> Javscript code for alert here! </script>
I'm extremely critical and mean..
HTML Code:<script language="javascript"> alert ("Alert here!") </script>
Last edited by Raremandan; 13-03-2006 at 01:43 PM.
I'm extremely critical and mean..
Thats an Alert script which will take place whn the website loads, goto www.hobtech.net and goto the main site. There you will see a message at the side about your password or about habbo safety. That is what I want. If you refresh your page you wil get a different message. I know it runs of a JavaScript file. I have written my own. I just need to know the code to make the Browser acces the JS file, display the information and then take one of the messages from the JS file like on HobTech!
Thank You,
:.:Numark:.:
I'll have to try thatOriginally Posted by Raremandan
HTML Code:<script type="text/javascript"> Javscript code for alert here! </script>![]()
Not sure if this is what your looking for but;
http://www.codelifter.com/main/javas...domquote.shtml![]()
Occasionally visit and have a nose.
You can do it in php aswell.
PHP Code:<?
$quote[1]="Your Text";
$quote[2]="Your Text";
$quote[3]="Your Text";
$random = rand(1, count($quote));
echo "$quote[$random]";
?>
Want to hide these adverts? Register an account for free!