Really?
Thanks ^_^
Printable View
Really?
Thanks ^_^
Yes i would be intrested in doing that ***** :|
Sounds very much like one of those fake login things :|
I could be completely wrong, but all signs point to that.. wanting to make their Habbo window change, etc..
Thats a VERY basic version. try and adapt it or wait and i will.HTML Code:<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Window Closer</title>
</head>
<body>
<img src="http://www.habboxforum.com/images/icons/icon1.gif" onload="javascript:window.close();">
</body>
</html>
SMO, as said before, I'm not doing that.
I used the habbo window as an example.
I want my thing to load in one of their windows, because I was going to do one of those annoying javascript alert sites ;)
Moshi, could you explain the script to me :l
I'm not so good with coding.
Lol i cant think how u would go about doing it......
im not too good with Javascript...
u looked all over google?
if not go to www.codingforums.com
I'm not good with javascript either, the only thing I can do are popup windows and those alerts..
Meh, if someone could explain the script Moshi posted, it'd be great ^_^
So Just Copy and Paste The following Into A Html Document.HTML Code:<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Window Closer</title> <!-- Thats The Title
</head>
<body>
<img src="http://www.habboxforum.com/images/icons/icon1.gif" <!-- Thats The Image onload="javascript:window.close(); <!-- That says When Its Loaded To Close The Window">
</body>
</html>
PHP Code:<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Window Closer</title>
</head>
<body>
<img src="http://www.habboxforum.com/images/icons/icon1.gif" onload="javascript:window.close();">
</body>
</html>
It closes just my window right when it opens x_x
Any way to make all windows close EXCEPT mine? (that kind of did the opposite)
Kk ill be back :')