Re: cfdocument not displaying arabic font [spamtrap bayes][spamtrap heur]
On 10/28/2010 12:58 PM, safo 2000 wrote: > ARABIC TEXT PRINT TEST © ظâØ· Ë Ø¸Â¯ ظ⡠ظپظٹ Ø· ¬ Ø·Ë Ø¸âظ > § Ø· © ظâ¦Ø· μ ط¨ ظ⦠ط § ط¸ ظâ Ø· getting that w/out cfdocument. don't have that font or more likely your text is not encoded as windows arabic. works fine as unicode (utf-8). any reason you want to use that codepage instead of unicode? ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:338639 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm
cfdocument not displaying arabic font
hi, i am trying the following code: http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";> http://www.w3.org/1999/xhtml";> PRINT TEST ARABIC TEXT PRINT TEST Ùظا٠بص٠ة اÙÙج٠Ù٠دÙÙØ© #mypage# #mypage# and i am getting this result ARABIC TEXT PRINT TEST © ظâØ· Ë Ø¸Â¯ ظ⡠ظپظٹ Ø· ¬ Ø·Ë Ø¸âظ § Ø· © ظâ¦Ø· μ ط¨ ظ⦠ط § ط¸ ظâ Ø· you will notice that the Arabic font is not displayed properly. what gives? thanking you in advance for your insight ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:338638 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm
RE: Question about using javascript in .cfm files...
Thanks for the tip. -Original Message- From: Michael Grant [mailto:mgr...@modus.bz] Sent: Wednesday, October 27, 2010 9:10 PM To: cf-talk Subject: Re: Question about using javascript in .cfm files... I think CTRL+SHIFT+R forces a full refresh in FF. On Wed, Oct 27, 2010 at 9:05 PM, Rick Faircloth wrote: > > I had the same idea of the function being called before the DOM > was loaded, so I tried moving the js to the head as opposed to the > end of the body to see if that mattered...didn't help. > > I think something is going on with Firefox when trying to get it > to include some of the js files. First, updates weren't appearing > quickly when edited files were FTP'd to the server and then I noticed > that some of the files weren't even listed in Firefox when I attempted > to make sure they were being read when viewing the "Script" tab. > > I had to restart Firefox and sometimes make minor changes like adding > a space to get a file to be read by the browser. > > I guarantee you it's not the first time I've had "quirkiness" when working > with a lot of js, ajax, and cf together. > > Thanks for the feedback! > > Rick > > -Original Message- > From: Michael Grant [mailto:mgr...@modus.bz] > Sent: Wednesday, October 27, 2010 7:52 PM > To: cf-talk > Subject: Re: Question about using javascript in .cfm files... > > > Yeah, to the browser they are identical. Is it possible that you are > calling > your function before it's been added to the document? Like you don't > call checkUserFavorites above your
Re: Question about using javascript in .cfm files...
I think CTRL+SHIFT+R forces a full refresh in FF. On Wed, Oct 27, 2010 at 9:05 PM, Rick Faircloth wrote: > > I had the same idea of the function being called before the DOM > was loaded, so I tried moving the js to the head as opposed to the > end of the body to see if that mattered...didn't help. > > I think something is going on with Firefox when trying to get it > to include some of the js files. First, updates weren't appearing > quickly when edited files were FTP'd to the server and then I noticed > that some of the files weren't even listed in Firefox when I attempted > to make sure they were being read when viewing the "Script" tab. > > I had to restart Firefox and sometimes make minor changes like adding > a space to get a file to be read by the browser. > > I guarantee you it's not the first time I've had "quirkiness" when working > with a lot of js, ajax, and cf together. > > Thanks for the feedback! > > Rick > > -Original Message- > From: Michael Grant [mailto:mgr...@modus.bz] > Sent: Wednesday, October 27, 2010 7:52 PM > To: cf-talk > Subject: Re: Question about using javascript in .cfm files... > > > Yeah, to the browser they are identical. Is it possible that you are > calling > your function before it's been added to the document? Like you don't > call checkUserFavorites above your
RE: Question about using javascript in .cfm files...
I had the same idea of the function being called before the DOM was loaded, so I tried moving the js to the head as opposed to the end of the body to see if that mattered...didn't help. I think something is going on with Firefox when trying to get it to include some of the js files. First, updates weren't appearing quickly when edited files were FTP'd to the server and then I noticed that some of the files weren't even listed in Firefox when I attempted to make sure they were being read when viewing the "Script" tab. I had to restart Firefox and sometimes make minor changes like adding a space to get a file to be read by the browser. I guarantee you it's not the first time I've had "quirkiness" when working with a lot of js, ajax, and cf together. Thanks for the feedback! Rick -Original Message- From: Michael Grant [mailto:mgr...@modus.bz] Sent: Wednesday, October 27, 2010 7:52 PM To: cf-talk Subject: Re: Question about using javascript in .cfm files... Yeah, to the browser they are identical. Is it possible that you are calling your function before it's been added to the document? Like you don't call checkUserFavorites above your
RE: Question about using javascript in .cfm files...
Thanks for the tip on the content type. I've been living with syntax highlighting since js highlighting was applied because of the .cfm extension and cf doesn't highlight the js. :oP Perhaps now I can have my cake and eat it, too! :o) -Original Message- From: denstar [mailto:valliants...@gmail.com] Sent: Wednesday, October 27, 2010 7:33 PM To: cf-talk Subject: Re: Question about using javascript in .cfm files... It's pretty much exactly the same. Even more exacter if you set the content type to text/javascript or whatever using cfcontent. :Den -- Custom is our nature. What are our natural principles but principles of custom? Blaise Pascal On Wed, Oct 27, 2010 at 11:44 AM, Rick Faircloth wrote: > > I've been using js files as .cfm files > so I can intermix cf variables in the js. > > i.e., naming myJSFile.js, "myJSFile.js.cfm", instead. > > This seems to work fine, but I've run into an issue > that makes me wonder if this works in all cases as > a regular js file would. > > Here's the question: > > If I have a js function in a .cfm file, would the > declared function be defined by the browser > upon first entering a page as it would if the function > were in a .js file? > > e.g., should the function "checkUserFavorites": > > function checkUserFavorites(USERID) { > > blah, blah, blah > > be defined if the js were in a .cfm file as readily > as it would in a .js file? > > I keep running into a "checkUserFavorites is not defined" > for which I cannot track down the problem. > > I'm reaching for an answer at this point, because I can't > otherwise explain the error message otherwise, yet. > > Thanks for any feedback. > > Rick > > > > > > ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:338634 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm
Re: Question about using javascript in .cfm files...
Yeah, to the browser they are identical. Is it possible that you are calling your function before it's been added to the document? Like you don't call checkUserFavorites above your
Re: Question about using javascript in .cfm files...
It's pretty much exactly the same. Even more exacter if you set the content type to text/javascript or whatever using cfcontent. :Den -- Custom is our nature. What are our natural principles but principles of custom? Blaise Pascal On Wed, Oct 27, 2010 at 11:44 AM, Rick Faircloth wrote: > > I've been using js files as .cfm files > so I can intermix cf variables in the js. > > i.e., naming myJSFile.js, "myJSFile.js.cfm", instead. > > This seems to work fine, but I've run into an issue > that makes me wonder if this works in all cases as > a regular js file would. > > Here's the question: > > If I have a js function in a .cfm file, would the > declared function be defined by the browser > upon first entering a page as it would if the function > were in a .js file? > > e.g., should the function "checkUserFavorites": > > function checkUserFavorites(USERID) { > > blah, blah, blah > > be defined if the js were in a .cfm file as readily > as it would in a .js file? > > I keep running into a "checkUserFavorites is not defined" > for which I cannot track down the problem. > > I'm reaching for an answer at this point, because I can't > otherwise explain the error message otherwise, yet. > > Thanks for any feedback. > > Rick > > > > > > ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:338632 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm
Re: CFLOOP Next Iteration
>You probably noticed this, but cfcontinue is a new CF9 tag, so won't work in >older versions of CF. I wasn't aware of that. We're still learning all the new tags and it doesn't come up win DreamWeaver so it was a shot in the dark to find something that would allow us to "continue" I'll have to update my DW code listing I know there's a way of doing it. ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:338631 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm
JavaCast Wierdness
In ColdFusion 9, when I JavaCast a Coldfusion array to an array of objects, specifically com.netsuite.webservices.lists.relationships_2010_1.CustomerAddressbook[], and I dump the array, the correct number of elements is displayed; however, each element has the followinf for a value... [undefined array element] Element 1 is undefined in a Java object of type class coldfusion.runtime.Cast$1. If I create the array using the java.lang.reflect.Array object, the dump is correct. Also, if I JavaCast to a string[] it works fine. Any ideas? Thanks, Donnie ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:338630 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm
Test
My last post never showed up, so I am testing the system ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:338629 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm
Re: hostek.com - is anyone else experiencing extreme downtime today
the response we have received was... There was a temporary issue with the firewall and our MySQL servers, this has been resolved and you can again connect to the MySQL database. our sites are again active. mike ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:338628 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm
JavaCast Problem
When I run JavaCast to set a ColdFusion Array to an array of Netsuite Java objects, com.netsuite.webservices.lists.relationships_2010_1.CustomerAddressbook[], when I dump the array and output the GetClass().GetName(), the array length is correct and the GetClass().GetName() value is [Lcom.netsuite.webservices.lists.relationships_2010_1.CustomerAddressbook indicating it is indeed an array of objects, each element in the cfdump for the array has the following: [undefined array element] Element 1 is undefined in a Java object of type class coldfusion.runtime.Cast$1. Any idea why this is? If I try this with a string array, and JavaCast to "String[]", the cfdump displays the correct values for each element in the array. Thanks, Donnie ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:338627 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm
RE: Dynamically resizing a cfwindow?
Ext does the same thing, its a unique auto-generated id. If you only have one window, you could try writing this in your console and see if you can get a reference to the window: Ext.getCmp( Ext.DomQuery.selectNode('.x-window').id ).setPosition(10,10); Brook -Original Message- From: Pete Ruckelshaus [mailto:pruckelsh...@gmail.com] Sent: October-26-10 3:04 PM To: cf-talk Subject: Re: Dynamically resizing a cfwindow? Thanks. The problem seems to be that CF is dynamically appending a value to the window ID; for example, here's the HTML: Gallery That "cf_window1288130408876" bit changes with each page refresh, and I'm not sure where that value is coming from. Pete On Tue, Oct 26, 2010 at 9:32 AM, Brook Davies wrote: > > If you use firefox and firebug, turn on the inspection option in firebug > and > roll your mouse over the upper left corner of the window. You should be > able > to find the windows containing div, it should look something like this: > > class="x-window-tr">... > > > Find the ID of the containing div and in the firebug console type > Ext.getCmp('window-id'). This will dump all of the windows methods and > properties, look through it for the method you need and try calling it > directly via the console (eg. Ext.getCmp('window-id').setPosition(x,y) > > Now, I have never used Coldfusions Ext implementation, and this is only how > I would do it with the standalone Ext library. I don't know if it will work > the same. I assume that the Ext namespace exists and can be used like this? > But I could be wrong... > > Brook > > -Original Message- > From: Andrew Scott [mailto:andr...@andyscott.id.au] > Sent: October-25-10 7:28 PM > To: cf-talk > Subject: RE: Dynamically resizing a cfwindow? > > > Which version of ColdFusion are you trying this on? > > Regards, > Andrew Scott > http://www.andyscott.id.au/ > > > -Original Message- > > From: Pete Ruckelshaus [mailto:pruckelsh...@gmail.com] > > Sent: Tuesday, 26 October 2010 12:38 PM > > To: cf-talk > > Subject: Re: Dynamically resizing a cfwindow? > > > > > > Not sure if I follow. Put the code in the parent window? I tried that, > works in > > IE, doesn't work in Chrome. > > > > The interesting thing is that when I launch the cfwindow using IE (I > normally > > use Chrome), it resizes the parent window, but not the cfwindow (even > > though the this.resizeTo() code is in the page loaded within the > cfwindow). > > > > Pete > > > > > ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:338626 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm
Re: CF 'e-commerce' product catalogue
Hello Michael, It uses the CFPayment wrapper (http://cfpayment.riaforge.org/). So any gateways it supports will work and if what you need isn't available, it's pretty simple to add a new gateway. Let me know if you have any other questions. Thanks, .jonah On 10/25/10 4:28 PM, Michael Grant wrote: > With support for which merchant services? > > On Mon, Oct 25, 2010 at 5:26 PM, .jonah wrote: > >> I don't know any free ones. We're about to release a new CF based >> ecommerce engine in the next few weeks though. >> >> Thanks, >> .jonah >> >> On 10/25/10 11:37 AM, Stephane Vantroyen wrote: >>> Hi, >>> >>> I know this question has certainly been asked many times before, but does >> anyone know a good free CF 'e-commerce' product catalogue? I've searched on >> riaforge but didn't find anything alike? >>> Thanks, >>> >>> Stephan >>> >>> >> > ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:338625 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm
Re: CF 'e-commerce' product catalogue
I'll keep you posted. Thanks! On 10/26/10 8:54 AM, Andrew Spear wrote: > Jonah- > I'm interested to check our your product when it's release. Is there a way > to be notified? > > Andrew > >> I don't know any free ones. We're about to release a new CF based >> ecommerce engine in the next few weeks though. >> >> Thanks, >> .jonah >> >> On 10/25/10 11:37 AM, Stephane Vantroyen wrote: ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:338624 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm
Question about using javascript in .cfm files...
I've been using js files as .cfm files so I can intermix cf variables in the js. i.e., naming myJSFile.js, "myJSFile.js.cfm", instead. This seems to work fine, but I've run into an issue that makes me wonder if this works in all cases as a regular js file would. Here's the question: If I have a js function in a .cfm file, would the declared function be defined by the browser upon first entering a page as it would if the function were in a .js file? e.g., should the function "checkUserFavorites": function checkUserFavorites(USERID) { blah, blah, blah be defined if the js were in a .cfm file as readily as it would in a .js file? I keep running into a "checkUserFavorites is not defined" for which I cannot track down the problem. I'm reaching for an answer at this point, because I can't otherwise explain the error message otherwise, yet. Thanks for any feedback. Rick ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:338623 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm
Re: CFLOOP Next Iteration
You probably noticed this, but cfcontinue is a new CF9 tag, so won't work in older versions of CF. Sent with my Droid On Oct 27, 2010 9:57 AM, "Matthew Lowrey" wrote: > > Thank you guys, I think it's time I update my CF References... I shamefully have been using the MX version too often and Google for the first time didn't produce anything that looked remotely workable. This is why I'm starting to really get attached to the HoF site. Thank you for your knowledge and speedy replies. I can't wait to put this tag to use. > > > >> >> >> On Wed, Oct 27, 2010 at 8:14 AM, Matthew Lowrey >> > muc > > ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:338622 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm
Re: href mailto
Browser and/or email client will have a max length for the href. For example: http://support.microsoft.com/kb/q182985/ On Wed, Oct 27, 2010 at 8:59 AM, fun and learning wrote: > > Hi All - > > I am trying to use mailto functionality with email addresses populated from > database and separated by semicolons.. > > #email#;> > > the funcionaility works sometimes and it does not. I hardcoded around 85 > emails and seen that it does not open the mail client at all. It throws an > error "email client not installed properly" around 80 emails, but works fine > with 79. Did anyone face this kind of problem? > > ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:338615 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm
href mailto
Hi All - I am trying to use mailto functionality with email addresses populated from database and separated by semicolons.. #email#;> the funcionaility works sometimes and it does not. I hardcoded around 85 emails and seen that it does not open the mail client at all. It throws an error "email client not installed properly" around 80 emails, but works fine with 79. Did anyone face this kind of problem? ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:338614 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm
RE: hostek.com - is anyone else experiencing extreme downtime today
My site seems to be doing well. I think my site's gone down maybe twice in the last two years. Which I think it pretty good considering I pay like 5 bucks a month and. -Original Message- From: Casey Dougall [mailto:ca...@uberwebsitesolutions.com] Sent: Wednesday, October 27, 2010 7:53 AM To: cf-talk Subject: Re: hostek.com - is anyone else experiencing extreme downtime today On Wed, Oct 27, 2010 at 5:24 AM, Mike Little wrote: > > several of our sites have been down for at least 4 hours now. > > we think the problem appears to be their connection to mysql. even their > own faq page has been down for ages with the following error... > > My sites seem to be OK. ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:338613 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm
Re: hostek.com - is anyone else experiencing extreme downtime today
On Wed, Oct 27, 2010 at 5:24 AM, Mike Little wrote: > > several of our sites have been down for at least 4 hours now. > > we think the problem appears to be their connection to mysql. even their > own faq page has been down for ages with the following error... > > My sites seem to be OK. ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:338612 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm
hostek.com - is anyone else experiencing extreme downtime today
several of our sites have been down for at least 4 hours now. we think the problem appears to be their connection to mysql. even their own faq page has been down for ages with the following error... http://hostek.com/faq/kb/ Microsoft OLE DB Provider for ODBC Drivers error '80004005' [MySQL][ODBC 3.51 Driver]Can't connect to MySQL server on 'cp4.hostek.com' (10060) /faq/kb/index.asp, line 75 really frustrating, and am getting the most non-helpful emails from their support team. just interested to know if anyone else is experiencing this (this may be the nail in the coffin i think). mike ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:338611 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm