Page 17 of 22 FirstFirst ... 714151617181920 ... LastLast
Results 161 to 170 of 211

Thread: Whats ur ctrl V right now

  1. #161
    Snee's Avatar Error xɐʇuʎs BT Rep: +1
    Join Date
    Sep 2003
    Location
    on something.
    Age
    45
    Posts
    17,971
    <!doctype html public "-//W3C//DTD HTML 4.01 TRANSITIONAL//EN">

    <html>
    <head>
    <title>generator</title>
    <script type="text/javascript" language="javascript">
    function errorTest()
    {
    newWindow=window.open("", "", "height=50, width=300, toolbar=no, menubar=no");
    newWindow.document.write("<title>Lalala.<\/title>")
    newWindow.document.write("<body bgcolor=red>Error")
    newWindow.document.write("<br /><br />")
    newWindow.document.write("<input type=button value='Close' onclick='self.close();'>")
    newWindow.document.write("<\/body>")
    newWindow.document.close()
    self.name="Error"
    }

    </script>
    </head>
    <body bgcolor="white">
    <form action="#">

    <input type="button" value="Test" onclick="errorTest();"/>
    </form>
    </body>

    </html>

  2. Lounge   -   #162
    Hairbautt's Avatar *haircut
    Join Date
    Jul 2004
    Location
    Florida
    Age
    21
    Posts
    7,244

    Tongue

    The folks over at LiveSide have put up and detailed walkthrough of Microsoft's latest Live product, Windows Life Folders.

    Here's a snip:

    Windows Live Folders it not a difficult to use service, folder creation is straightforward, as it the uploading of files. Microsoft is aiming Windows Live Folders towards a large as market as possible, so the basic procedures need to be simple to promote adoption amongst the less tech-savy. The use of ajax to create new folders is nice, though the rest of the site could do with a little too. As we've seen with Windows Live Hotmail though, too much of a good thing can be bad.

    Neowin.Net: http://www.neowin.net/index.php?act=view&id=40272
    _______________________________________________________________________
    Oops.
    _________________________________________________________________________________________
    Last edited by Alien5; Jun 6th, 2006 at
    06:36 PM..

  3. Lounge   -   #163
    Snee's Avatar Error xɐʇuʎs BT Rep: +1
    Join Date
    Sep 2003
    Location
    on something.
    Age
    45
    Posts
    17,971
    <!doctype html public "-//W3C//DTD HTML 4.01 TRANSITIONAL//EN">

    <html>
    <head>
    <title>generator</title>
    <script type="text/javascript" language="javascript">
    function errorTest()
    {
    newWindow=window.open("", "", "height=50, width=300, toolbar=no, menubar=no");
    newWindow.document.write("<!DOCTYPE HTML PUBLIC '-//W3C//DTD HTML 4.01 TRANSITIONAL//EN'>");
    newWindow.document.write("<title>Lalala.<\/title>")
    newWindow.document.write("<body bgcolor=red>Error")
    newWindow.document.write("<br /><br />")
    newWindow.document.write("<form action='#'><input type=button value='Close' onclick='self.close();'>")
    newWindow.document.write("<\/form><\/body>")
    newWindow.document.close()
    self.name="Error"
    }

    </script>
    </head>
    <body bgcolor="white">
    <form action="#">
    <input type="button" value="Test" onclick="errorTest();"/>
    </form>
    </body>

    </html>


    =-=-

    I lyke had to fixcor it so it was all w3c-compliant :gotsocdlolol:

  4. Lounge   -   #164
    Snee's Avatar Error xɐʇuʎs BT Rep: +1
    Join Date
    Sep 2003
    Location
    on something.
    Age
    45
    Posts
    17,971
    PHP Code:
    <!doctype html public "-//W3C//DTD HTML 4.01 TRANSITIONAL//EN">
    <
    html>
        <
    head>
            <
    title>generator</title>
            <
    script type="text/javascript" language="javascript">
                function 
    windowMaker()
                {
                    
    newWindow=window.open("""""height=50, width=300, toolbar=no, menubar=no");
                    
    newWindow.document.write("<!DOCTYPE HTML PUBLIC '-//W3C//DTD HTML 4.01 TRANSITIONAL//EN'>" +
                                            
    "<html><head><title>generatorChild<\/title><\/head>" +
                                            
    "<body bgcolor=red>Baby window<br /><br /><form action='#'>" +
                                            
    "<input type=button value='Close' onclick='self.close();'\/>" +
                                            
    "<\/form><\/body><\/html>");
                    
    newWindow.document.close();
                    
    self.name="childWindow";
                }
            
    </script>
        </head>
        <body bgcolor="white">
            <form action="#">
                <input type="button" value="Test" onclick="windowMaker();"/>
            </form>
        </body>
    </html> 
    Loads faster, had to try.

  5. Lounge   -   #165
    MCHeshPants420's Avatar Fake Shemp
    Join Date
    Feb 2005
    Age
    47
    Posts
    1,916
    Equivalent to a human solving a Maze by putting

  6. Lounge   -   #166
    Proper Bo's Avatar spmado BT Rep: +2
    Join Date
    Apr 2003
    Posts
    14,363
    Quote Originally Posted by Snee View Post
    PHP Code:
    <!doctype html public "-//W3C//DTD HTML 4.01 TRANSITIONAL//EN">
    <
    html>
        <
    head>
            <
    title>generator</title>
            <
    script type="text/javascript" language="javascript">
                function 
    windowMaker()
                {
                    
    newWindow=window.open("""""height=50, width=300, toolbar=no, menubar=no");
                    
    newWindow.document.write("<!DOCTYPE HTML PUBLIC '-//W3C//DTD HTML 4.01 TRANSITIONAL//EN'>" +
                                            
    "<html><head><title>generatorChild<\/title><\/head>" +
                                            
    "<body bgcolor=red>Baby window<br /><br /><form action='#'>" +
                                            
    "<input type=button value='Close' onclick='self.close();'\/>" +
                                            
    "<\/form><\/body><\/html>");
                    
    newWindow.document.close();
                    
    self.name="childWindow";
                }
            
    </script>
        </head>
        <body bgcolor="white">
            <form action="#">
                <input type="button" value="Test" onclick="windowMaker();"/>
            </form>
        </body>
    </html> 
    Loads faster, had to try.
    It wurks

    As long as I've got a face
    You've got a place to sit

  7. Lounge   -   #167
    Snee's Avatar Error xɐʇuʎs BT Rep: +1
    Join Date
    Sep 2003
    Location
    on something.
    Age
    45
    Posts
    17,971
    I think your browser is borked, nub, it's supposed to be:


    PHP Code:
    <!doctype html public "-//W3C//DTD HTML 4.01 TRANSITIONAL//EN">
    <
    html>
        <
    head>
            <
    title>generator</title>
            <
    script type="text/javascript" language="javascript">
                function 
    windowMaker()
                {
                    
    newWindow=window.open("""""height=50, width=300, toolbar=no, menubar=no");
                    
    newWindow.document.write("<!DOCTYPE HTML PUBLIC '-//W3C//DTD HTML 4.01 TRANSITIONAL//EN'>" +
                                            
    "<html><head><title>generatorChild<\/title><\/head>" +
                                            
    "<body bgcolor=red>Bo luvs peen to the max!!½<br /><br /><form action='#'>" +
                                            
    "<input type=button value='close' onclick='self.close();'\/>" +
                                            
    "<\/form><\/body><\/html>");
                    
    newWindow.document.close();
                    
    self.name="childWindow";
                }
            
    </script>
        </head>
        <body bgcolor="white">
            <form action="#">
                <input type="button" value="bring out the gheyness" onclick="windowMaker();"/>
            </form>
        </body>
    </html> 
    Where do gif-comments show?
    Last edited by Snee; 05-15-2007 at 12:56 AM. Reason: MnibadvbldyvYFLAWEGHÖ

  8. Lounge   -   #168
    Proper Bo's Avatar spmado BT Rep: +2
    Join Date
    Apr 2003
    Posts
    14,363
    what the fuck's a gif comment?

    did I fool ewe into thinking i knew stuff other than how to edit those bits wot i did?

    As long as I've got a face
    You've got a place to sit

  9. Lounge   -   #169
    Snee's Avatar Error xɐʇuʎs BT Rep: +1
    Join Date
    Sep 2003
    Location
    on something.
    Age
    45
    Posts
    17,971
    Yes, totally

    A gif-comment's something I added to the image, in the metadata or sumthing. I thought it was supposed to turn up in the image properties, but it didn't.

    Dunno where it went

  10. Lounge   -   #170
    Proper Bo's Avatar spmado BT Rep: +2
    Join Date
    Apr 2003
    Posts
    14,363

    As long as I've got a face
    You've got a place to sit

Page 17 of 22 FirstFirst ... 714151617181920 ... LastLast

Bookmarks

Posting Permissions

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