Author Topic: New Game - Hit Ctrl + V and post your last copy.  (Read 1477 times)

0 Members and 1 Guest are viewing this topic.

mwhities

  • Guest
New Game - Hit Ctrl + V and post your last copy.
« on: August 22, 2008, 10:17:53 AM »
Ctrl - V:

I'll start:

From: Martin Gongora [mailto:reserv@hotelcozumel.com.mx]
Sent: Friday, August 22, 2008 10:23 AM
To: Michael D. Whities
Subject: Re: Need to check reservations.     `Hi,Michael.no problem we have both reservation confirmed thanks     best regrads     MARTIN,GONGORA  GTE DE RESERVACIONES  HOTEL COZUMEL AND RESORT  011 52 987 87 29020 TEL  011 52 987 87 22154 FAX  01800 696 6966 SIN COSTO NAL  187 454 4355 USA 

 - -
Confirmation with Hotel Cozumel for October.
« Last Edit: August 22, 2008, 02:07:02 PM by mwhities »

Offline delsol

  • Tiger Shark
  • ****
  • Posts: 126
  • Gender: Male
Re: New Game - (WTH)
« Reply #1 on: August 22, 2008, 11:36:06 AM »
Looks like a standard bad email from a reservation office in mexico.


Subject: Re: Need to check reservations.                      intro
    `Hi,Michael.
no problem we have both reservation confirmed thanks   
     best regrads                                                       message
MARTIN,GONGORA 
GTE DE RESERVACIONES  HOTEL COZUMEL AND RESORT  his title
011 52 987 87 29020 TEL                                           direct phone
011 52 987 87 22154 FAX                                          fax
01800 696 6966 SIN COSTO NAL                                 toll free in mx
187 454 4355 USA                                                    usa number

Offline frankc420

  • Master Debater
  • Admin
  • Whale Shark
  • *****
  • Posts: 1198
  • Gender: Male
  • Got water?
    • http://www.msscuba.com/
Re: New Game - (WTH)
« Reply #2 on: August 22, 2008, 11:45:30 AM »
JD, the point of this thread is, you reply by pressing CTRL + V on your keyboard, this will post your clipboard.  lol
Frank Collette, IV
frankc <at> ultraonline.net
PADI Rescue Diver
http://www.MSscuba.com/

Offline delsol

  • Tiger Shark
  • ****
  • Posts: 126
  • Gender: Male
Re: New Game - (WTH)
« Reply #3 on: August 22, 2008, 12:02:15 PM »
OK.  I thought he was trying to make sense of the gibberish.

Offline mulefeathers

  • Hammerhead
  • ***
  • Posts: 94
Re: New Game - (WTH)
« Reply #4 on: August 22, 2008, 01:41:10 PM »
<!-- Begin
var isDOM = (document.getElementById ? true : false);
var isIE4 = ((document.all && !isDOM) ? true : false);
var isNS4 = (document.layers ? true : false);
function getRef(id) {
if (isDOM) return document.getElementById(id);
if (isIE4) return document.all[id];
if (isNS4) return document.layers[id];
}
function getSty(id) {
return (isNS4 ? getRef(id) : getRef(id).style);
}
// Hide timeout.
var popTimer = 0;
// Array showing highlighted menu items.
var litNow = new Array();
function popOver(menuNum, itemNum) {
clearTimeout(popTimer);
hideAllBut(menuNum);
litNow = getTree(menuNum, itemNum);
changeCol(litNow, true);
targetNum = menu[menuNum][itemNum].target;
if (targetNum > 0) {
thisX = parseInt(menu[menuNum][0].ref.left) + parseInt(menu[menuNum][itemNum].ref.left);
thisY = parseInt(menu[menuNum][0].ref.top) + parseInt(menu[menuNum][itemNum].ref.top);
with (menu[targetNum][0].ref) {
left = parseInt(thisX + menu[targetNum][0].x);
top = parseInt(thisY + menu[targetNum][0].y);
visibility = 'visible';
      }
   }
}
function popOut(menuNum, itemNum) {
if ((menuNum == 0) && !menu[menuNum][itemNum].target)
hideAllBut(0)
else
popTimer = setTimeout('hideAllBut(0)', 500);
}
function getTree(menuNum, itemNum) {

// Array index is the menu number. The contents are null (if that menu is not a parent)
// or the item number in that menu that is an ancestor (to light it up).
itemArray = new Array(menu.length);

while(1) {
itemArray[menuNum] = itemNum;
// If we've reached the top of the hierarchy, return.
if (menuNum == 0) return itemArray;
itemNum = menu[menuNum][0].parentItem;
menuNum = menu[menuNum][0].parentMenu;
   }
}

// Pass an array and a boolean to specify colour change, true = over colour.
function changeCol(changeArray, isOver) {
for (menuCount = 0; menuCount < changeArray.length; menuCount++) {
if (changeArray[menuCount]) {
newCol = isOver ? menu[menuCount][0].overCol : menu[menuCount][0].backCol;
// Change the colours of the div/layer background.
with (menu[menuCount][changeArray[menuCount]].ref) {
if (isNS4) bgColor = newCol;
else backgroundColor = newCol;
         }
      }
   }
}
function hideAllBut(menuNum) {
var keepMenus = getTree(menuNum, 1);
for (count = 0; count < menu.length; count++)
if (!keepMenus[count])
menu[count][0].ref.visibility = 'hidden';
changeCol(litNow, false);
}

Offline frankc420

  • Master Debater
  • Admin
  • Whale Shark
  • *****
  • Posts: 1198
  • Gender: Male
  • Got water?
    • http://www.msscuba.com/
Re: New Game - Hit Ctrl + V and post your last copy.
« Reply #5 on: August 22, 2008, 03:09:17 PM »
Geralyn Faust

=--- Ok Mulefeathers, you have peaked my interest, what do you do for a living?
Frank Collette, IV
frankc <at> ultraonline.net
PADI Rescue Diver
http://www.MSscuba.com/

Offline mulefeathers

  • Hammerhead
  • ***
  • Posts: 94
Re: New Game - Hit Ctrl + V and post your last copy.
« Reply #6 on: August 23, 2008, 05:17:24 AM »
My full time 7 till when ever I get to leave job is a Network Administrator for a company in Madison.  My just because I enjoy it job is writing web pages, scripting, and anything to do with writing software.  What is posted there is a script from a web page I wrote 3 years ago for a local church.  I got a call that the menu bar was not working in the newest latest greatest version of firefox.  I was copying the code so I could debug.  As it turns out it works just fine in firefox.  At least it did after I upgraded and tested.

Offline Blotto

  • Rescue Diver
  • Whale Shark
  • ******
  • Posts: 537
  • Gender: Male
  • Most problems in diving originate with ourselves.
Re: New Game - Hit Ctrl + V and post your last copy.
« Reply #7 on: October 25, 2008, 12:13:06 PM »

mwhities

  • Guest
Re: New Game - Hit Ctrl + V and post your last copy.
« Reply #8 on: October 25, 2008, 12:55:44 PM »



Uhm, nothing.



Offline Blotto

  • Rescue Diver
  • Whale Shark
  • ******
  • Posts: 537
  • Gender: Male
  • Most problems in diving originate with ourselves.
Re: New Game - Hit Ctrl + V and post your last copy.
« Reply #9 on: October 27, 2008, 09:37:30 PM »

Uhm, nothing.




was supposed to post your ctrl+v, not your thoughts...  ;D

mwhities

  • Guest
Re: New Game - Hit Ctrl + V and post your last copy.
« Reply #10 on: October 27, 2008, 09:43:18 PM »
was supposed to post your ctrl+v, not your thoughts...  ;D

I'm aware of that but, I had nothing Ctrl Vededed...

mwhities

  • Guest

Offline urbaneve

  • Angel Shark
  • *
  • Posts: 24
  • Gender: Female
Re: New Game - Hit Ctrl + V and post your last copy.
« Reply #12 on: November 10, 2008, 11:59:38 PM »
ditto on the nothing
this is a calling and a man who hasnt heard that calling
no matter how vast his talent how endless his potential
he cant succeed
william banks - the cleaner

 

anything