Re: Whats ur ctrl V right now
<!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>
Re: Whats ur ctrl V right now
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.
:source:Neowin.Net: http://www.neowin.net/index.php?act=view&id=40272
_______________________________________________________________________
Oops. http://img.photobucket.com/albums/v3...lies/Blush.gif
Re: Whats ur ctrl V right now
<!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:
Re: Whats ur ctrl V right now
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>
:pinch: Loads faster, had to try.
Re: Whats ur ctrl V right now
Equivalent to a human solving a Maze by putting
Re: Whats ur ctrl V right now
Quote:
Originally Posted by
Snee
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>
:pinch: Loads faster, had to try.
It wurks:o
http://img523.imageshack.us/img523/7267/untitledev3.jpg
Re: Whats ur ctrl V right now
I think your browser is borked, nub, it's supposed to be:
http://img.photobucket.com/albums/v38/snorlax/real.gif
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?
Re: Whats ur ctrl V right now
what the fuck's a gif comment?:blink:
did I fool ewe into thinking i knew stuff other than how to edit those bits wot i did?:smilie4:
Re: Whats ur ctrl V right now
Yes, totally :unsure:
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 :dabs:
Re: Whats ur ctrl V right now