Page 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 21
  1. #11
    Join Date
    Dec 2006
    Posts
    22
    Tokens
    0

    Default

    Really?
    Thanks ^_^

  2. #12
    Join Date
    Apr 2006
    Location
    Salford
    Posts
    2,108
    Tokens
    0

    Latest Awards:

    Default

    Yes i would be intrested in doing that ***** :|

  3. #13
    Join Date
    Jun 2007
    Posts
    102
    Tokens
    0

    Default

    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..

  4. #14
    Join Date
    Jan 2007
    Posts
    825
    Tokens
    0

    Default

    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>
    
    Thats a VERY basic version. try and adapt it or wait and i will.
    Last edited by Mashi; 01-07-2007 at 08:21 AM.
    That post was really sensible!

  5. #15
    Join Date
    Dec 2006
    Posts
    22
    Tokens
    0

    Default

    Quote Originally Posted by Save-Me-Oprah View Post
    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..
    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
    I'm not so good with coding.
    Last edited by Erica; 01-07-2007 at 03:13 PM.

  6. #16
    Join Date
    Sep 2005
    Location
    East London
    Posts
    3,028
    Tokens
    0

    Latest Awards:

    Default

    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

  7. #17
    Join Date
    Dec 2006
    Posts
    22
    Tokens
    0

    Default

    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 ^_^

  8. #18
    Join Date
    Jan 2007
    Posts
    825
    Tokens
    0

    Default

    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>
    So Just Copy and Paste The following Into A Html Document.

    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
    That post was really sensible!

  9. #19
    Join Date
    Dec 2006
    Posts
    22
    Tokens
    0

    Default

    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)

  10. #20
    Join Date
    Jan 2007
    Posts
    825
    Tokens
    0

    Default

    Kk ill be back
    That post was really sensible!

Page 2 of 3 FirstFirst 123 LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •