coldfusion gateway?

2006-10-23 Thread Scott Hoff
I think I followed the tutorial that I have to add the coldfusion gateway. It seems like I have 3 different messaing xml files. I get the following message. I'm just getting started and I don't know what to do. [MessagingError message='Unknown destination 'ColdFusionGateway'.'] at

Re: Changes not reflected

2006-09-25 Thread Scott Hoff
Thanks for the help. I did have that checked. I am still experiencing a delay of a few minutes but that might help diminish the problem. ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,

Changes not reflected

2006-09-25 Thread Scott Hoff
Often, when I am working on my webiste, I make a small change to my code and it is not refelcted for several mintues. I can tell this because I get an error code on the page that reflects the old settings of the page and will keep a time stamp of generally for to five minutes in the past

Re: image scraping on ebay

2006-09-22 Thread Scott Hoff
You can always take a screenshot, convert that to a picture and upload to any server such as geocities and then link to that. is this you chad? if so, whats up, if not, whats up anyway :) make the images flash files, versus images? tw On 9/22/06, Chad Gray [EMAIL PROTECTED] wrote: Any way

Flash Form stalls at PreLoad

2006-09-20 Thread Scott Hoff
I'm currently working on setting up my a fairly complex flash forms with a lot of tabs and validation. I have to say that it really only loads smoothly one out of 4 times. The other times, I run into issues when it says initializing or Loading library. Furthermore, it almost always stops at the

Re: Flash Form stalls at PreLoad

2006-09-20 Thread Scott Hoff
! AMAZING. I'm glad I finally found a mailing list... I've been lost in the dark! That worked really fast for me. It took maybe 3 or 4 secs to load, than another 2 to initialize. Considering how much it needs to load, I think it's doing extremely well. !k -Original Message- From: Scott Hoff

Re: Flash Form stalls at PreLoad

2006-09-20 Thread Scott Hoff
. If remote you are subject to fluctuations in your connection speed, so that could make a difference. -- Josh - Original Message - From: Scott Hoff [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Wednesday, September 20, 2006 9:17 AM Subject: Re: Flash Form stalls

CFInput text and onclick functionality

2006-09-20 Thread Scott Hoff
I have a text input box and I want to clear out the default values in the event that somoene clicks on it and the default values are still entered in that text box. Is there anyway I can recreate the onclick functionality? The onchange works, but I really need to clear the box when users

CFInput text and onclick functionality

2006-09-20 Thread Scott Hoff
I have a text input box and I want to clear out the default values in the event that somoene clicks on it and the default values are still entered in that text box. Is there anyway I can recreate the onclick functionality? The onchange works, but I really need to clear the box when users

Re: CFInput text and onclick functionality

2006-09-20 Thread Scott Hoff
I tried the following and it did not work. In the documentation of Coldfusion it did not include cfinput text fields as an object that coul do onClick. The following example did not work. cfformitem type=script function doFunction(ff) { if (ff == 00-00-) {

Re: CFInput text and onclick functionality

2006-09-20 Thread Scott Hoff
with the cfformitem. can you not just do a script tag? On 9/20/06, Scott Hoff [EMAIL PROTECTED] wrote: ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered

Re: CFInput text and onclick functionality

2006-09-20 Thread Scott Hoff
so is the script validation a javascript that should be placed outside of the form in a script /script? Then I need to reference it correctly? On 9/20/06, Dave Watts [EMAIL PROTECTED] wrote: d'oH! i hadn't noticed that. i just assumed that he used what i gave him :) -- Charlie Griefer