shai & pete,

:~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
: From: Pete Freitag <[EMAIL PROTECTED]>
:
: You would have to use javascript to post the information
: to another page, you could do this with a hidden frame,
: or an iFrame so the use wouldn't notice it.
: 
: <script>
: hiddenfrm.document.location = "logmyvars.cfm?colorDepth=" +
: window.screen.colorDepth "&whatever=" + whatever;
: </script>
:~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

or you could call a cf template in an <IMG> tag too.

<SCRIPT LANGUAGE="JavaScript" TYPE="text/javascript">
  <!--
    var tracker = 'colordepth=' + screen.colordepth
                       + '&height=' + screen.height;
    document.write('<IMG SRC="tracker.cfm?' + stats
                              + '" HEIGHT="1" WIDTH="1" BORDER="0">');
  // -->
</SCRIPT>

good luck,

.jeff

name://jeff.howden
game://web.development
http://www.evolt.org/
mailto:[EMAIL PROTECTED]

------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to