I watched clouds awobbly from the floor o' that kayak. Souls cross ages like clouds cross skies, an' tho' a cloud's shape nor hue nor size don't stay the same, it's still a cloud an' so is a soul. Who can say where the cloud's blowed from or who the soul'll be 'morrow? Only Sonmi the east an' the west an' the compass an' the atlas, yay, only the atlas o' clouds.
Originally posted by The Quick Reply area in this thread
// Startup variables var imageTag = false; var theSelection = false; // Check for Browser & Platform for PC & IE specific bits // More details from: http://www.mozilla.org/docs/web-deve...wser_type.html var clientPC = navigator.userAgent.toLowerCase(); // Get client info var clientVer = parseInt(navigator.appVersion); // Get browser version var is_ie = ((clientPC.indexOf("msie") != -1) && (clientPC.indexOf("opera") == -1)); var is_nav = ((clientPC.indexOf('mozilla')!=-1) && (clientPC.indexOf('spoofer')==-1) && (clientPC.indexOf('compatible') == -1) && (clientPC.indexOf('opera')==-1) && (clientPC.indexOf('webtv')==-1) && (clientPC.indexOf('hotjava')==-1)); var is_moz = 0; var is_win = ((clientPC.indexOf("win")!=-1) || (clientPC.indexOf("16bit") != -1)); var is_mac = (clientPC.indexOf("mac")!=-1); // Define the bbCode tags bbcode = new Array(); bbtags = new Array('','','','','','','
','
','
Code:
','
','
','
','
','
','','',''); imageTag = false; function openAllSmiles(){ smiles = window.open('index.php?name=PNphpBB2&file=quick_reply&qmode=smilies', '_phpbbsmilies', 'height=250,width=300,resizable=yes,scrollbars=yes'); smiles.focus(); return false; } function openPostImages(){ postimages = window.open('index.php?name=PNphpBB2&file=quick_reply&qmode=postimages', '_postimages', 'height=250,width=300,resizable=yes,scrollbars=yes'); postimages.focus(); return false; } function quoteSelection() { theSelection = false; theSelection = document.selection.createRange().text; // Get text selection if (theSelection) { // Add tags around selection text = '
\n' + theSelection + '\n
\n'; if (document.post.message.createTextRange && document.post.message.caretPos) { var caretPos = document.post.message.caretPos; caretPos.text = caretPos.text.charAt(caretPos.text.length - 1) == ' ' ? text + ' ' : text; document.post.message.focus(); }else{ document.post.message.value += text; document.post.message.focus(); } document.post.message.focus(); theSelection = ''; return; }else{ alert('Select a text anywhere on a page and try again'); } } function storeCaret(textEl) { if (textEl.createTextRange) textEl.caretPos = document.selection.createRange().duplicate(); } function checkForm() { formErrors = false; if (document.post.message.value.length < 2) { formErrors = 'You must enter a message when posting.'; } if (formErrors) { alert(formErrors); return false; }else{ if (document.post.quick_quote.checked) { document.post.message.value = document.post.last_msg.value + document.post.message.value; } document.post.quick_quote.checked = false; return true; } } // Replacement for arrayname.length property function getarraysize(thearray) { for (i = 0; i < thearray.length; i++) { if ((thearray[i] == "undefined") || (thearray[i] == "") || (thearray[i] == null)) return i; } return thearray.length; } // Replacement for arrayname.push(value) not implemented in IE until version 5.5 // Appends element to the array function arraypush(thearray,value) { thearray[ getarraysize(thearray) ] = value; } // Replacement for arrayname.pop() not implemented in IE until version 5.5 // Removes and returns the last element of an array function arraypop(thearray) { thearraysize = getarraysize(thearray); retval = thearray[t
This thread doesn't like me.
Kilga host? Again? That's cool.
I want my TWG XII pip.
PROUD OWNER OF TWO OMEGA FAVORS. YEAH, NICE TRY. Giant NES Controller (4 FEET) progress: PAINT IS DONE! Download my Wii Music Suite v1.0, and PM me with your input!
Originally posted by Squeek
My mind says "GOGOGOG" and my hands go "wut no scru u ***"
Anyway this is really disorganized and stuff so I'm just going to make a host voting topic.
I watched clouds awobbly from the floor o' that kayak. Souls cross ages like clouds cross skies, an' tho' a cloud's shape nor hue nor size don't stay the same, it's still a cloud an' so is a soul. Who can say where the cloud's blowed from or who the soul'll be 'morrow? Only Sonmi the east an' the west an' the compass an' the atlas, yay, only the atlas o' clouds.
Comment