Hi, I am on holidays until Monday 18th December. If you have an urgent issue that 
needs resolving, please forward your email to the relevant address.

Support : [EMAIL PROTECTED]
Sales: [EMAIL PROTECTED]
Other: [EMAIL PROTECTED]

Otherwise I'll email you when I get back.

Thanks,
Jason


Your message reads:

Received: from 4dws.firmware.com.au (unverified [203.11.72.131]) by 
bluegum.firmware.com.au
 (Rockliffe SMTPRA 3.4.5) with SMTP id <[EMAIL PROTECTED]> for 
<[EMAIL PROTECTED]>;
 Mon, 4 Dec 2000 22:29:34 +1100
Received: from 207.31.122.140 by 4dws.firmware.com.au (InterScan E-Mail VirusWall NT); 
Mon, 04 Dec 2000 22:29:23 +1100 (Syd2000 Daylight Time)
To: <[EMAIL PROTECTED]>
From: [EMAIL PROTECTED] (CF-Talk)
Reply-To: <[EMAIL PROTECTED]>
Subject: CF-Talk-list V1 #10
Precedence: bulk
Date: Mon, 4 Dec 2000 06:34:28 -0500
Message-ID: <[EMAIL PROTECTED]>
MIME-Version: 1.0
Content-Type: text/plain

CF-Talk-list                   Mon, 4 Dec 2000            Volume 1 : Number 10

In this issue:

        Re: Web cam and CFHTTP problem
        IE vs. Netscape CF Help
        CF SP2 + Win2k
        Re: Web cam and CFHTTP problem
        Re: IE vs. Netscape CF Help
        SQL Syntax Error
        Re: IE vs. Netscape CF Help
        Re: CF SP2 + Win2k
        Re: Web cam and CFHTTP problem
        Re: Web cam and CFHTTP problem
        Re: SQL Syntax Error
        sql server - noise words - freetexttable
        Re: sql server - noise words - freetexttable
        Re: IE vs. Netscape CF Help
        automated response
        Re: IE vs. Netscape CF Help
        RE: CFFILE Action=READ  --> MAX file size?
        Re: IP Logging DB Data Type???
        Re: Web cam and CFHTTP problem
        Re: IE vs. Netscape CF Help
        RE: Nesting enclosing Custom Tags
        RE: CFCACHE and security concerns


----------------------------------------------------------------------

Date: Sun, 03 Dec 2000 22:25:09 -0500
From: Nick McClure <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: Re: Web cam and CFHTTP problem
Message-ID: <[EMAIL PROTECTED]>

I would just use a good old image tag

<img src="10.10.10.8/img.jpg">


At 10:14 AM 12/4/2000 +0700, you wrote:
>Hi,
>
>     We have a so called "company intranet portal" (server : 10.10.10.1).
>     Recently my company bought axis web cam (from www.axis.com)  and we
>assign new IP address (10.10.10.8) to the web cam.
>     The problem was how to put the web cam screen (as if cfinclude) on the
>company portal first page without using frame? I have tried to use CFHTTP
>and fails to get
>the cfhttp.content  ?
>
>Thanks
>
>
>
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

------------------------------

Date: Sun, 03 Dec 2000 22:26:57 -0500
From: "C Kong" <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: IE vs. Netscape CF Help
Message-ID: <[EMAIL PROTECTED]>

a cold fusion novice here and a CF-talk virgin at that!

have a few questions and wondering whether or not anyone can help me out??

i recently wrote some CF codefor anorder form and the form seems to work fine in 
internet explorer but when i open up the form through netscape6, the form cannot 
calcualte the total of the shoping cart and a quantity variable for a specific item is 
reverted to its default value of zero????

have any suggestions? i'm slowly losing my mind here.  

thank you so much in advanced.   CFnovice


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

------------------------------

Date: Sun, 03 Dec 2000 22:33:30 -0500
From: "Neil H." <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: CF SP2 + Win2k
Message-ID: <00c301c05da2$fb3ba890$4500a8c0@p3600>

Anyone noticed HUGE and I mean HUGE memory leaks with this configuration in
the subject?!  IIS is using well over 1 gig of memory on our server.  If
anyone know why this could be or a way to limit the amount of memory I would
appreciate it.

Thanks,

Neil



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

------------------------------

Date: Sun, 03 Dec 2000 22:32:40 -0500
From: Nick McClure <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: Re: Web cam and CFHTTP problem
Message-ID: <[EMAIL PROTECTED]>

Sorry, don't forget the http://

At 10:25 PM 12/3/2000 -0500, you wrote:
>I would just use a good old image tag
>
><img src="10.10.10.8/img.jpg">
>
>
>At 10:14 AM 12/4/2000 +0700, you wrote:
> >Hi,
> >
> >     We have a so called "company intranet portal" (server : 10.10.10.1).
> >     Recently my company bought axis web cam (from www.axis.com)  and we
> >assign new IP address (10.10.10.8) to the web cam.
> >     The problem was how to put the web cam screen (as if cfinclude) on the
> >company portal first page without using frame? I have tried to use CFHTTP
> >and fails to get
> >the cfhttp.content  ?
> >
> >Thanks
> >
> >
> >
> >
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

------------------------------

Date: Mon, 04 Dec 2000 16:54:40 +1300
From: David Cummins <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: Re: IE vs. Netscape CF Help
Message-ID: <[EMAIL PROTECTED]>

Its hard to tell with that level of detail, but my suggestions would be:

* Are you using client-side Javascript? If so, this may be working in IE only.
Note: CFFORM uses Javascript.
* Are you using URL variables with unusual characters in? Netscape does not
automatically escape funny URL characters, i.e. spaces etc.

David Cummins

C Kong wrote:
> 
> a cold fusion novice here and a CF-talk virgin at that!
> 
> have a few questions and wondering whether or not anyone can help me out??
> 
> i recently wrote some CF codefor anorder form and the form seems to work fine in 
>internet explorer but when i open up the form through netscape6, the form cannot 
>calcualte the total of the shoping cart and a quantity variable for a specific item 
>is reverted to its default value of zero????
> 
> have any suggestions? i'm slowly losing my mind here.
> 
> thank you so much in advanced.   CFnovice

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

------------------------------

Date: Sun, 03 Dec 2000 20:42:21 -0700
From: "Erika Foster" <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: SQL Syntax Error
Message-ID: <000b01c05da4$377973e0$a37afea9@0015796783>

Hi there,

I've got this whole application running perfecto on my development machine
running CF 4.5.1.  I upload it to the web server running 4.01 and I'm
getting this incredibly annoying SQL syntax error on the action page.  Can
someone spot what the problem might be???  Much appreciated,

<cfquery name="addrow" datasource="Personnel">
  INSERT INTO Tshirt (orderid, style, color, quantity, size)
  VALUES (#thisorderid#, #thisstyle#, '#thiscolor#', #thisquantity#,
'#thissize#')
 </cfquery>

Erika Foster
engineering-environmental Management
Applications Developer
(505) 866-1654
[EMAIL PROTECTED]


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

------------------------------

Date: Sun, 03 Dec 2000 22:46:53 -0500
From: Nick McClure <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: Re: IE vs. Netscape CF Help
Message-ID: <[EMAIL PROTECTED]>

Are these values being calculated by CF or javascript?

Have you tried the site under Netscape 4.7?

At 10:26 PM 12/3/2000 -0500, you wrote:
>a cold fusion novice here and a CF-talk virgin at that!
>
>have a few questions and wondering whether or not anyone can help me out??
>
>i recently wrote some CF codefor anorder form and the form seems to work 
>fine in internet explorer but when i open up the form through netscape6, 
>the form cannot calcualte the total of the shoping cart and a quantity 
>variable for a specific item is reverted to its default value of zero????
>
>have any suggestions? i'm slowly losing my mind here.
>
>thank you so much in advanced.   CFnovice
>
>
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

------------------------------

Date: Sun, 03 Dec 2000 23:00:43 -0800
From: "JoshMEagle" <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: Re: CF SP2 + Win2k
Message-ID: <001901c05dbf$ec6f2ea0$0100a8c0@fozzy>

We're having the same problems here (Win2k/CF4.5pro) ... memory leaks pop-up
like crazy and we also get the following other errors with SP2. Anyone have
any leads on these problems? Is SP2 just that bug-ridden? Will there ever be
a stable version for Win2k?

Error at CFServer when trying to connect a database that's been for some
reason disconnected:

The connection to the data source failed. Check the following to resolve
this problem:
    Are the data source settings configured properly?
    Did you provide valid security information in the data source settings ?
    For some databases the ColdFusion Server may need to be logged in under
a special NT account rather than the default         System Account. Use the
Windows NT Services Control Panel to change the account the ColdFusion
Server service is using.

Also this error from the requested page looking for the database above:

ODBC Error Code = 08004 (Data source rejected establishment of connection)
[Microsoft][ODBC Microsoft Access Driver] Too many client tasks.
Data Source = "SNONEWS"

Also we have CFMail problems as well ... some pages send the mail just fine
and then other pages won't send ... no error is thrown and nothing appears
to be awry, but the mail log shows the messages as being denied for reasons
ranging from "relaying not supported to AOL.com" to "invalid address" (when
it works from another page and it's a valid acct.) and then CFHTTP seems to
be sporadic as well ... I'll get messages saying the tag can't be processed
and then 20 seconds later with no changes the page works just fine ... and
CFTRY/CFCATCH can't handle the error at all.

And finally we get "Server Busy" messages out the wazoo when the memory leak
starts ... I've experienced similar situations on my development machine
running 4.5pro without SP1 or SP2 when I inadvertantly executed a CFLOOP
that couldn't find an end-point ... that would start the memory leak and the
only solution was to restart CFServer. I know that's a code error, but it
behaves identically when pages that have worked flawlessly for months are
executed.

Any help greatly appreciated!

Joshua Miller
Eagle Technologies Group Inc.
www.eagletgi.com
[EMAIL PROTECTED]
304-456-4942




----- Original Message -----
From: "Neil H." <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Sunday, December 03, 2000 7:33 PM
Subject: CF SP2 + Win2k


> Anyone noticed HUGE and I mean HUGE memory leaks with this configuration
in
> the subject?!  IIS is using well over 1 gig of memory on our server.  If
> anyone know why this could be or a way to limit the amount of memory I
would
> appreciate it.
>
> Thanks,
>
> Neil
>
>
>
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

------------------------------

Date: Sun, 03 Dec 2000 23:01:52 -0800
From: "JoshMEagle" <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: Re: Web cam and CFHTTP problem
Message-ID: <002301c05dc0$15a82920$0100a8c0@fozzy>

#cfhttp.filecontent# isn't it? not #cfhttp.content#

----- Original Message -----
From: "Nick McClure" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Sunday, December 03, 2000 7:32 PM
Subject: Re: Web cam and CFHTTP problem


> Sorry, don't forget the http://
>
> At 10:25 PM 12/3/2000 -0500, you wrote:
> >I would just use a good old image tag
> >
> ><img src="10.10.10.8/img.jpg">
> >
> >
> >At 10:14 AM 12/4/2000 +0700, you wrote:
> > >Hi,
> > >
> > >     We have a so called "company intranet portal" (server :
10.10.10.1).
> > >     Recently my company bought axis web cam (from www.axis.com)  and
we
> > >assign new IP address (10.10.10.8) to the web cam.
> > >     The problem was how to put the web cam screen (as if cfinclude) on
the
> > >company portal first page without using frame? I have tried to use
CFHTTP
> > >and fails to get
> > >the cfhttp.content  ?
> > >
> > >Thanks
> > >
> > >
> > >
> > >
> >
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

------------------------------

Date: Sun, 03 Dec 2000 23:16:40 -0500
From: Nick McClure <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: Re: Web cam and CFHTTP problem
Message-ID: <[EMAIL PROTECTED]>

I think you are right, but If I am not mistaken this camera is giving images.

The axis cam has a built in web server that will send a live video feed or 
still images across the network. I would use that for the video.

At 11:01 PM 12/3/2000 -0800, you wrote:
>#cfhttp.filecontent# isn't it? not #cfhttp.content#
>
>----- Original Message -----
>From: "Nick McClure" <[EMAIL PROTECTED]>
>To: "CF-Talk" <[EMAIL PROTECTED]>
>Sent: Sunday, December 03, 2000 7:32 PM
>Subject: Re: Web cam and CFHTTP problem
>
>
> > Sorry, don't forget the http://
> >
> > At 10:25 PM 12/3/2000 -0500, you wrote:
> > >I would just use a good old image tag
> > >
> > ><img src="10.10.10.8/img.jpg">
> > >
> > >
> > >At 10:14 AM 12/4/2000 +0700, you wrote:
> > > >Hi,
> > > >
> > > >     We have a so called "company intranet portal" (server :
>10.10.10.1).
> > > >     Recently my company bought axis web cam (from www.axis.com)  and
>we
> > > >assign new IP address (10.10.10.8) to the web cam.
> > > >     The problem was how to put the web cam screen (as if cfinclude) on
>the
> > > >company portal first page without using frame? I have tried to use
>CFHTTP
> > > >and fails to get
> > > >the cfhttp.content  ?
> > > >
> > > >Thanks
> > > >
> > > >
> > > >
> > > >
> > >
> >
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

------------------------------

Date: Mon, 04 Dec 2000 17:30:43 +1300
From: David Cummins <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: Re: SQL Syntax Error
Message-ID: <[EMAIL PROTECTED]>

Not knowing what types the fields or variables are, or what the setup is like,
its a little hard to comment...

However, one thing that springs to mind is does it require a username and
password in the CFQUERY?

David Cummins

Erika Foster wrote:
> 
> Hi there,
> 
> I've got this whole application running perfecto on my development machine
> running CF 4.5.1.  I upload it to the web server running 4.01 and I'm
> getting this incredibly annoying SQL syntax error on the action page.  Can
> someone spot what the problem might be???  Much appreciated,
> 
> <cfquery name="addrow" datasource="Personnel">
>   INSERT INTO Tshirt (orderid, style, color, quantity, size)
>   VALUES (#thisorderid#, #thisstyle#, '#thiscolor#', #thisquantity#,
> '#thissize#')
>  </cfquery>
> 
> Erika Foster
> engineering-environmental Management
> Applications Developer
> (505) 866-1654
> [EMAIL PROTECTED]

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

------------------------------

Date: Sun, 03 Dec 2000 20:22:06 -0800
From: "CF-Help _India" <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: sql server - noise words - freetexttable
Message-ID: <[EMAIL PROTECTED]>

Hi..

In my search criteria when ever i give some noise words i get an error
from sql server... 
i have created a table & dumped all keywords in that table & first check
that table ...that was a solution given by our friend in our discussion
forum..
But i have a brand by name "same" ...which i cant afford to ignore..
Could anybody provide a solution please...

Can microsoft afford not to give a solution to such a problem ???

Regards

Vikram
vitacost.com
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

------------------------------

Date: Sun, 03 Dec 2000 20:31:41 -0800
From: [EMAIL PROTECTED] (paul smith)
To: [EMAIL PROTECTED]
Subject: Re: sql server - noise words - freetexttable
Message-ID: <[EMAIL PROTECTED]>

Delete "same" from your table of noise words.

best,  paul

At 08:22 PM 12/3/00 -0800, you wrote:
>But i have a brand by name "same" ...which i cant afford to ignore..
>Could anybody provide a solution please...


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

------------------------------

Date: Sun, 03 Dec 2000 23:26:20 -0500
From: "C Kong" <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: Re: IE vs. Netscape CF Help
Message-ID: <[EMAIL PROTECTED]>

thank you david and nick for responding so promptly! i appreciate the help!
i don;t beleive i'm using any funny variables. I created the following in CF
studio. i'm not sure whether it is prudent putting my code on a list serve
(if it is please tell me for future reference) but here it is.  this is off
the code that i am have trouble opening with netscape6 but it seems to run
fine with IE.  is it indeed a javascript incompatiability with netscape like
david has suggested or is it some other problem? sigh....i am at my wits
end! any help would be greatly appreciate! thank you.... colin



<cfif parameterexists(form.qty1)>
 <cfset total1 = form.qty1 * 29.95>
<cfelse>
 <cfset total1 = 0>

</cfif>




<cfif parameterexists(form.qty2)>
 <cfset total2 = form.qty2>
<cfelse>
 <cfset total2 = 0>
</cfif>

<cfif parameterexists(form.qty3)>
 <cfset total3 = form.qty3 * form.qty2>
<cfelse>
 <cfset total3 = 0>
</cfif>




<cfif parameterexists(form.qty1)>
 <cfset additional = qty1 - 1>
 <cfif additional lt 0><cfset additional = 0></cfif>
<cfelse>
 <cfset additional = 0>
</cfif>

<cfif parameterexists(form.resident)>
 <cfset taxable = total1 + total3 + 2.5 + additional>
<cfelse>
 <cfset taxable = 0>
</cfif>

<cfset tax = int(((taxable * 0.06) + 0.005)*100)/100>

<cfif parameterexists(form.qty1)>
 <cfset total = total1 + total3 + 2.5 + additional + tax>
<cfelse>
 <cfset total = 0>
 </cfif>

<html>
<head>
<title>Order Form</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>

<body bgcolor="#FFFFFF">
<center> <b><font size="4">To Order:</font></b>
<font color="#990000" size="2">Please fill out all information and click
SUBMIT</font>

<P><table width="553" border="0" align="center" cellpadding="0"
cellspacing="0">
  <tr bgcolor="#CCCCCC">
    <th width="250" nowrap height="23">Product #</th>
    <th width="24" nowrap height="23">&nbsp;</th>
    <th width="85" nowrap height="23">Price</th>
    <th width="25" nowrap height="23">&nbsp;</th>
    <th width="59" nowrap height="23">Qty.</th>
    <th width="44" nowrap height="23">&nbsp;</th>
    <th width="66" nowrap height="23">Total</th>
  </tr>
  <tr>
    <td width="250">
      <div align="center"><b>Can of Deoderizer</b></div>
    </td>
    <td width="24">
      <div align="center"></div>
    </td>
    <td width="85">
      <div align="center">$29.95</div>
    </td>
    <td width="25">
      <div align="center">x</div>
    </td>
    <td width="59">
<form action="order.cfm" method="post">
      <div align="left"><input type="Text" name="qty1" size="3" value="<cfif
parameterexists(form.qty1)><cfoutput>#form.qty1#</cfoutput><cfelse>0</cfif>"
></div>
    </td>
    <td width="44">
      <div align="center">=</div>
    </td>
    <td width="66">
      <div align="right"><cfoutput>#dollarformat(total1)#</cfoutput></div>
    </td>
  </tr>

<tr>
    <td width="250">
      <div align="center"><b>Gift Certificate</b></div>
    </td>
    <td width="24">
      <div align="center"></div>
 </td>

    <td width="85">

        <form action="order.cfm" method="post">
      <div align="center"><input type="Text" name="qty3" size="3"
value="<cfif
parameterexists(form.qty3)><cfoutput>#form.qty3#</cfoutput><cfelse>0</cfif>"
></div>
    </td>

 <td width="25">
      <div align="center">x</div>
    </td>

    <td width="59">
   <form action="order.cfm" method="post">
      <div align="left"><input type="Text" name="qty2" size="3" value="<cfif
parameterexists(form.qty2)><cfoutput>#form.qty2#</cfoutput><cfelse>0</cfif>"
></div>

    <td width="44">
      <div align="center">=</div>
    </td>
    <td width="66">
      <div align="right"><cfoutput>#dollarformat(total3)#</cfoutput></div>
    </td>
  </tr>
    <tr>
    <td width="250" height="24">&nbsp;</td>
    <td width="24" height="24">&nbsp;</td>
    <td width="85" height="24">&nbsp;</td>
    <td width="25" height="24">&nbsp;</td>
    <td width="59" height="24">&nbsp;</td>
    <td width="44" height="24">&nbsp;</td>
    <td width="66" height="24">&nbsp;</td>
  </tr>
  <tr>
    <td colspan="6">
      <div align="right"><b>US Shipping and Handling:</b></div>
    </td>
    <td width="66">
      <div align="right">$2.50</div>
    </td>
  </tr>
  <tr>
    <td width="250">&nbsp;</td>
    <td width="24">&nbsp;</td>
    <td width="85">&nbsp;</td>
    <td width="25">&nbsp;</td>
    <td width="59">&nbsp;</td>
    <td width="44">&nbsp;</td>
    <td width="66">&nbsp;</td>
  </tr>
  <tr>
    <td colspan="6">
      <div align="right"><b>Add $1.00 per additional can shipped:</b></div>
    </td>
    <td width="66"> <div
align="right"><cfoutput>#dollarformat(additional)#</cfoutput></td>
  </tr>
  <tr>
    <td width="250">&nbsp;</td>
    <td width="24">&nbsp;</td>
    <td width="85">&nbsp;</td>
    <td width="25">&nbsp;</td>
    <td width="59">&nbsp;</td>
    <td width="44">&nbsp;</td>
    <td width="66">&nbsp;</td>
  </tr>
  <tr>
    <td colspan="6">
      <div align="right"><b>Are you a CT Resident?<input type="Checkbox"
name="resident" value="1" <cfif
parameterexists(form.resident)>checked</cfif>></b></div>
  </tr>
  <tr>
    <td colspan="6">
      <div align="right"><b>CT Resident add 6% tax:</b></div>
    </td>
    <td width="66"> <div
align="right"><cfoutput>#dollarformat(tax)#</cfoutput></td>
  </tr>
  <tr>
    <td width="250">&nbsp;</td>
    <td width="24">&nbsp;</td>
    <td width="85">&nbsp;</td>
    <td width="25">&nbsp;</td>
    <td width="59">&nbsp;</td>
    <td width="44">&nbsp;</td>
    <td width="66">&nbsp;</td>
  </tr>
  <tr>
    <td width="250">&nbsp;</td>
    <td width="24">&nbsp;</td>
    <td width="85">&nbsp;</td>
    <td width="25">&nbsp;</td>
    <td colspan="2">
      <div align="right"><b>Total: $</b></div>
    </td>
    <td width="66"> <div
align="right"><cfoutput>#dollarformat(total)#</cfoutput></td>
  </tr>
  <tr><td colspan="4">
  </TD>

    <TD WIDTH="14%">&nbsp;</TD>
    <TD WIDTH="15%">&nbsp;</TD>
    <TD WIDTH="15%">&nbsp;<input type="Submit" name="calc"
value="Calculate">
  </form></td></tr>
</table>
<div align="center">
  <h2>Customer Info:</h2>
</div>
<form action="placeit.cfm" method="post">


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

------------------------------

Date: Sun, 03 Dec 2000 23:51:51 -0500
From: "Alain Lafl=?ISO-8859-1?Q?=E8?=che" <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: automated response
Message-ID: <[EMAIL PROTECTED]>

Merci de l'envoi de votre message,
je vous r�pondrai le plus t�t possible.

Alain Lafl�che
819-822-7444

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

------------------------------

Date: Mon, 04 Dec 2000 18:30:07 +1300
From: David Cummins <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: Re: IE vs. Netscape CF Help
Message-ID: <[EMAIL PROTECTED]>

It looks to me (although its a bit hard to tell with the email formatting) that
you have multiple open form tags, and only one close.

Netscape won't like that at all!

David Cummins

C Kong wrote:
> 
> thank you david and nick for responding so promptly! i appreciate the help!
> i don;t beleive i'm using any funny variables. I created the following in CF
> studio. i'm not sure whether it is prudent putting my code on a list serve
> (if it is please tell me for future reference) but here it is.  this is off
> the code that i am have trouble opening with netscape6 but it seems to run
> fine with IE.  is it indeed a javascript incompatiability with netscape like
> david has suggested or is it some other problem? sigh....i am at my wits
> end! any help would be greatly appreciate! thank you.... colin

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

------------------------------

Date: Mon, 04 Dec 2000 00:33:25 -0500
From: [EMAIL PROTECTED] (lsellers)
To: [EMAIL PROTECTED]
Subject: RE: CFFILE Action=READ  --> MAX file size?
Message-ID: <[EMAIL PROTECTED]>

> An obvious suggestion would be to break the file up and process
> the pieces.
> Of course, that begs the question, if CF is your only tool, of
> how to break
> the file apart.  I think there are a number of freeware utilities floating
> around to do this.
>

I wrote a tag called CFX_ReadLine a long while back for the specfic purpose
of reading fat log files. Try that.
--min


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

------------------------------

Date: Mon, 04 Dec 2000 01:37:44 -0500
From: "HSMN Main Account" <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: Re: IP Logging DB Data Type???
Message-ID: <010f01c05dbc$b5dbf560$0cf8fea9@grinch>

Structure it as a TEXT field.  The only reason to set up a field as any kind
of number  is if you expect to do some kind of mathematical operation on it.
If you are not, then it is not really a number, it just LOOKS like one.
Failure to understand the difference  is a common mistake that database
designers make.  I do a lot of work in the Medical field and one of the
biggest problems I see is that databases are often designed so that Medical
record "numbers", and another "number" called a DRG are often structured as
numeric types.  There are times with these and other "numbers" that are used
only as identifiers require the leading zeros,  or some sorting algorhythm
where the position of each digit is important.  I don't see anyway to store
an IP address as a number anyway.  It COULD be stored in four separate
numberic fields, but why bother?

The only exception to this is when a process has to generate the id number
based on a sequence of some kind, but then it should usually be converted to
a string for subsequent use.

----- Original Message -----
From: "Michael Thomas" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Saturday, December 02, 2000 4:04 AM
Subject: IP Logging DB Data Type???


> I have a quick question about IP logging. I want to log an IP address into
a
> database but Im not sure which is the correct data type to use. Will Float
> do it or Double Precision???
>
> BTW Im going to have to do this for MS Access & SQL Server 7.0 so I'll
need
> the correct data type for each one. Im using MS Access 97 for testing
> purposes but the live database will be an SQL Server 7.0 DB.
>
> TIA,
> Mike
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

------------------------------

Date: Mon, 04 Dec 2000 14:04:26 +0700
From: "Karenina" <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: Re: Web cam and CFHTTP problem
Message-ID: <003101c05dc0$77b49040$[EMAIL PROTECTED]>

Yes,  the axis cam has a built in web server (and assigned ip number as
10.10.10.8)

We could call the live video using this URL parameter in our browser:
http://10.10.10.8/view/view.shtml?paramskip=yes&conf_Layout_BGColorEnabled=y
es... etc
(in one window)

The problem was : the manager want the live video to be displayed right at
the corner of the first page of my intranet index page.
(put the video window together with others information in the first page in
the index.cfm )


I have tried cfhttp and cfinclude to capture the video URL page, but it
didn't work.

Any help will be highly appreciated,

Karenina


----- Original Message -----
From: Nick McClure
To: CF-Talk
Sent: Monday, December 04, 2000 11:16 AM
Subject: Re: Web cam and CFHTTP problem


I think you are right, but If I am not mistaken this camera is giving
images.

The axis cam has a built in web server that will send a live video feed or
still images across the network. I would use that for the video.

At 11:01 PM 12/3/2000 -0800, you wrote:
>#cfhttp.filecontent# isn't it? not #cfhttp.content#
>
>----- Original Message -----
>From: "Nick McClure" <[EMAIL PROTECTED]>
>To: "CF-Talk" <[EMAIL PROTECTED]>
>Sent: Sunday, December 03, 2000 7:32 PM
>Subject: Re: Web cam and CFHTTP problem
>
>
> > Sorry, don't forget the http://
> >
> > At 10:25 PM 12/3/2000 -0500, you wrote:
> > >I would just use a good old image tag
> > >
> > ><img src="10.10.10.8/img.jpg">
> > >
> > >
> > >At 10:14 AM 12/4/2000 +0700, you wrote:
> > > >Hi,
> > > >
> > > >     We have a so called "company intranet portal" (server :
>10.10.10.1).
> > > >     Recently my company bought axis web cam (from www.axis.com)  and
>we
> > > >assign new IP address (10.10.10.8) to the web cam.
> > > >     The problem was how to put the web cam screen (as if cfinclude)
on
>the
> > > >company portal first page without using frame? I have tried to use
>CFHTTP
> > > >and fails to get
> > > >the cfhttp.content  ?
> > > >
> > > >Thanks
> > > >
> > > >
> > > >
> > > >
> > >
> >
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

------------------------------

Date: Mon, 04 Dec 2000 01:57:33 -0500
From: "C Kong" <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: Re: IE vs. Netscape CF Help
Message-ID: <[EMAIL PROTECTED]>

maybe i've looked at this code for too long but i can;t seem to find any
open form tags. can anyone spot them? david thank you again for helping me
out. it is very muhc appreciated.

an almost blind CFNovice

<cfif parameterexists(form.qty1)>
 <cfset total1 = form.qty1 * 29.95>
<cfelse>
 <cfset total1 = 0>
</cfif>

<cfif parameterexists(form.qty2)>
 <cfset total2 = form.qty2>
<cfelse>
 <cfset total2 = 0>
</cfif>

<cfif parameterexists(form.qty3)>
 <cfset total3 = form.qty3 * form.qty2>
<cfelse>
 <cfset total3 = 0>
</cfif>


<cfif parameterexists(form.qty1)>
 <cfset additional = qty1 - 1>
 <cfif additional lt 0><cfset additional = 0></cfif>
<cfelse>
 <cfset additional = 0>
</cfif>

<cfif parameterexists(form.resident)>
 <cfset taxable = total1 + total3 + 2.5 + additional>
<cfelse>
 <cfset taxable = 0>
</cfif>

<cfset tax = int(((taxable * 0.06) + 0.005)*100)/100>

<cfif parameterexists(form.qty1)>
 <cfset total = total1 + total3 + 2.5 + additional + tax>
<cfelse>
 <cfset total = 0>
 </cfif>


<html>
<head>
<title>Order Form</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>

<body bgcolor="#FFFFFF">
<center> <b><font size="4">To Order:</font></b>
<font color="#990000" size="2">Please fill out all information and click
SUBMIT</font>

<P><table width="553" border="0" align="center" cellpadding="0"
cellspacing="0">
  <tr bgcolor="#CCCCCC">
    <th width="250" nowrap height="23">Product #</th>
    <th width="24" nowrap height="23">&nbsp;</th>
    <th width="85" nowrap height="23">Price</th>
    <th width="25" nowrap height="23">&nbsp;</th>
    <th width="59" nowrap height="23">Qty.</th>
    <th width="44" nowrap height="23">&nbsp;</th>
    <th width="66" nowrap height="23">Total</th>
  </tr>
  <tr>
    <td width="250">
      <div align="center"><b>Can of Deoderizer</b></div>
    </td>
    <td width="24">
      <div align="center"></div>
    </td>
    <td width="85">
      <div align="center">$29.95</div>
    </td>
    <td width="25">
      <div align="center">x</div>
    </td>
    <td width="59">
<form action="order.cfm" method="post">
      <div align="left"><input type="Text" name="qty1" size="3" value="<cfif
parameterexists(form.qty1)><cfoutput>#form.qty1#</cfoutput><cfelse>0</cfif>"
></div>

 </td>

    <td width="44">
      <div align="center">=</div>
    </td>
    <td width="66">
      <div align="right"><cfoutput>#dollarformat(total1)#</cfoutput></div>
    </td>
  </tr>




<tr>
    <td width="250">
      <div align="center"><b>Gift Certificate</b></div>
    </td>
    <td width="24">
      <div align="center"></div>
 </td>

    <td width="85">

        <form action="order.cfm" method="post">
      <div align="center"><input type="Text" name="qty3" size="3"
value="<cfif
parameterexists(form.qty3)><cfoutput>#form.qty3#</cfoutput><cfelse>0</cfif>"
></div>

   </td>


 <td width="25">
      <div align="center">x</div>
    </td>

    <td width="59">
   <form action="order.cfm" method="post">
      <div align="left"><input type="Text" name="qty2" size="3" value="<cfif
parameterexists(form.qty2)><cfoutput>#form.qty2#</cfoutput><cfelse>0</cfif>"
></div>

 </td>


    <td width="44">
      <div align="center">=</div>
    </td>
    <td width="66">
      <div align="right"><cfoutput>#dollarformat(total3)#</cfoutput></div>
    </td>
  </tr>


  <tr>
    <td width="250" height="24">&nbsp;</td>
    <td width="24" height="24">&nbsp;</td>
    <td width="85" height="24">&nbsp;</td>
    <td width="25" height="24">&nbsp;</td>
    <td width="59" height="24">&nbsp;</td>
    <td width="44" height="24">&nbsp;</td>
    <td width="66" height="24">&nbsp;</td>
  </tr>
  <tr>
    <td colspan="6">
      <div align="right"><b>US Shipping and Handling:</b></div>
    </td>
    <td width="66">
      <div align="right">$2.50</div>
    </td>
  </tr>
  <tr>
    <td width="250">&nbsp;</td>
    <td width="24">&nbsp;</td>
    <td width="85">&nbsp;</td>
    <td width="25">&nbsp;</td>
    <td width="59">&nbsp;</td>
    <td width="44">&nbsp;</td>
    <td width="66">&nbsp;</td>
  </tr>
  <tr>
    <td colspan="6">
      <div align="right"><b>Add $1.00 per additional can shipped:</b></div>
    </td>
    <td width="66"> <div
align="right"><cfoutput>#dollarformat(additional)#</cfoutput></td>
  </tr>
  <tr>
    <td width="250">&nbsp;</td>
    <td width="24">&nbsp;</td>
    <td width="85">&nbsp;</td>
    <td width="25">&nbsp;</td>
    <td width="59">&nbsp;</td>
    <td width="44">&nbsp;</td>
    <td width="66">&nbsp;</td>
  </tr>
  <tr>
    <td colspan="6">
      <div align="right"><b>Are you a CT Resident?<input type="Checkbox"
name="resident" value="1" <cfif
parameterexists(form.resident)>checked</cfif>></b></div>
  </tr>
  <tr>
    <td colspan="6">
      <div align="right"><b>CT Resident add 6% tax:</b></div>
    </td>
    <td width="66"> <div
align="right"><cfoutput>#dollarformat(tax)#</cfoutput></td>
  </tr>
  <tr>
    <td width="250">&nbsp;</td>
    <td width="24">&nbsp;</td>
    <td width="85">&nbsp;</td>
    <td width="25">&nbsp;</td>
    <td width="59">&nbsp;</td>
    <td width="44">&nbsp;</td>
    <td width="66">&nbsp;</td>
  </tr>
  <tr>
    <td width="250">&nbsp;</td>
    <td width="24">&nbsp;</td>
    <td width="85">&nbsp;</td>
    <td width="25">&nbsp;</td>
    <td colspan="2">
      <div align="right"><b>Total: $</b></div>
    </td>
    <td width="66"> <div
align="right"><cfoutput>#dollarformat(total)#</cfoutput></td>
  </tr>
  <tr><td colspan="4">
  </TD>

    <TD WIDTH="14%">&nbsp;</TD>
    <TD WIDTH="15%">&nbsp;</TD>
    <TD WIDTH="15%">&nbsp;<input type="Submit" name="calc"
value="Calculate">
  </form></td></tr>
</table>


----- Original Message -----
From: "David Cummins" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Monday, December 04, 2000 12:30 AM
Subject: Re: IE vs. Netscape CF Help


> It looks to me (although its a bit hard to tell with the email formatting)
that
> you have multiple open form tags, and only one close.
>
> Netscape won't like that at all!
>
> David Cummins
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

------------------------------

Date: Mon, 04 Dec 2000 09:37:30 +0100
From: "Marc Schipperheyn" <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: RE: Nesting enclosing Custom Tags
Message-ID: <[EMAIL PROTECTED]>

  I don't know if what you are trying to do is possible.  Double checking
the manual may help.

  <CF_testmoterhchild>  (will run 'start' code in tag)

  </CFtestmotherchild>   (will run 'end' code in tag)

   I just don't think there is a way to execute code from two tags
using the above syntax.  You may want to try to simplify it into
one tag.

That's what I ended up doing. It just meant that I couldn't reach the level
of abstraction I was looking for.

Thanks,

Marc Schipperheyn



Marc Schipperheyn wrote:
>
> This is a multi-part message in MIME format.
>
> ------=_NextPart_000_0004_01C05AAE.84F5BB40
> Content-Type: text/plain;
>         charset="iso-8859-1"
> Content-Transfer-Encoding: 7bit
>
> Hi all,
>
> I'm looking for a way to nest a set of enclosing custom tags inside
another
> set of enclosing custom tags. I can't get it to work and I've added an
> example with three templates: testmotherchild, mother and child. The idea
is
> that the closing tag of the child should be called in the closing tag of
the
> mother and the opening tag of the child in the opening tag of the mother.
>
> Using includes this behaviour would be easy. So it should be possible in a
> Custom Tag setting. Any ideas?
>
> Marc
>
> **test template**
> <cf_mother>
>
> Some code
>
> </cf_mother>
>
> **mother.cfm**
> <cfif thisTag.executionmode eq "start">
>  <cfoutput>motherstart</cfoutput>
>  <cf_child>
>
> <cfelse>
>  <cfoutput>motherend</cfoutput>
>  </cf_child>
> </cfif>
>
> **child.cfm**
> <cfif thisTag.executionmode eq "start">
>
>  <cfoutput>childstart</cfoutput>
>
> <cfelse>
>
>  <cfoutput>childend</cfoutput>
>
> </cfif>
>


--
Jeff Houser | mailto:[EMAIL PROTECTED]
AIM: Reboog711  | ICQ: 5246969 | Phone: 860-229-2781
--
Instant Cold Fusion 4.5  | ISBN: 0-07-213238-8
Due out 3rd Quarter 2001
--
DotComIt, LLC
database driven web data using ColdFusion, Lotus Notes/Domino
--
Half of the Alternative Folk Acoustic Duo called Far Cry Fly
http://www.farcryfly.com | http://www.mp3.com/FarCryFly
--
Promise me no dead end streets, and I'll guarantee we'll have a road
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

------------------------------

Date: Mon, 04 Dec 2000 09:46:28 +0100
From: "Marc Schipperheyn" <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: RE: CFCACHE and security concerns
Message-ID: <[EMAIL PROTECTED]>

IMHO CFCACHE sucks. It uses a cfhttp request to cache an entire page. First
of all you need to be careful with that because a cfhttp request consumes an
extra thread next to the one being executed on the page containing CFCACHE.
What I did/recommed is creating your own cf_cache solution that writes parts
of pages to the server. This way, you can choose to cache the entire page or
parts of the page. This is also the way things were implemented in Spectra.

Kind regards,

Marc Schipperheyn

> A CF application I'm planning is designed to make extensive
> use of CFCACHE to improve performance. Recently I heard that
> there may be some security implications if this tag is used.
>
> Has anyone had any bad experiences with CFCACHE in a security
> context? Any other problems?

There are some potential security concerns, but you can avoid them with
proper CFCACHE use.

By default, cached output is stored in the same directory as the script from
which it's generated. You can change this by setting the CACHEDIRECTORY
attribute, so that cached output is stored in a non-web-accessible
directory.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

------------------------------

End of CF-Talk-list V1 #10
**************************

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to