RE: splitchr is undefined

2004-12-30 Thread Martin Parry
We still haven't seen it !! You need to paste the error rather than
attaching it :)

Martin Parry
Macromedia Certified Developer
http://www.BeetrootStreet.co.uk


-Original Message-
From: Tim Do [mailto:[EMAIL PROTECTED] 
Sent: 29 December 2004 22:03
To: CF-Talk
Subject: splitchr is undefined

Hello all,
 
I've been running into this js error recently.  I noticed when this
occurs is when I use cfform.  Has anybody seen this error before? 
 
Thanks,
Tim
 
 
 
 




~|
Special thanks to the CF Community Suite Silver Sponsor - New Atlanta
http://www.newatlanta.com

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:188982
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: splitchr is undefined

2004-12-30 Thread Cameron Childress
Martin, I think the error was splitchr is undefined.

Tim, have you searched the source of the offending page for the text
splitchr?  Wherever you find that string, you are going to be close
to the reason for your error.  If finding that string in the HTML
source of the page doesn't lead you to an answer, feel free to post a
link to a sample of an offending page and maybe someone else on the
list will see something in the source.

-Cameron

On Thu, 30 Dec 2004 09:19:26 -, Martin Parry
[EMAIL PROTECTED] wrote:
 We still haven't seen it !! You need to paste the error rather than
 attaching it :)

~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:188985
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: splitchr is undefined

2004-12-30 Thread Orlofsky, April
Hm.  Best guess without seeing the code is that you are referencing a
non-existant function inside another function.  If you call a
non-existant function to set a variable, or just by itself, the error
usually says something along the lines of Object expected.   But if
you are using a non-existant function inside say, an alert statement,
you'll get the splitchr not defined error.  I assume this is a
user-defined function as splitchr is not a javascript function that I
know of...  

Send the actual script, and we can probably figure it out.

_
April Orlofsky
Web Application Developer
RWD Technologies
410.869.1090 (Office phone)
http://www.rwd.com


-Original Message-
From: Cameron Childress [mailto:[EMAIL PROTECTED] 
Sent: Thursday, December 30, 2004 5:23 AM
To: CF-Talk
Subject: Re: splitchr is undefined

Martin, I think the error was splitchr is undefined.

Tim, have you searched the source of the offending page for the text
splitchr?  Wherever you find that string, you are going to be close to
the reason for your error.  If finding that string in the HTML source of
the page doesn't lead you to an answer, feel free to post a link to a
sample of an offending page and maybe someone else on the list will see
something in the source.

-Cameron

On Thu, 30 Dec 2004 09:19:26 -, Martin Parry
[EMAIL PROTECTED] wrote:
 We still haven't seen it !! You need to paste the error rather than 
 attaching it :)



~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:188995
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: splitchr is undefined

2004-12-30 Thread Tim Do
splitchr is not found anywhere in the source.  Could this be a
blackstone issue?

-Original Message-
From: Cameron Childress [mailto:[EMAIL PROTECTED] 
Sent: Thursday, December 30, 2004 2:23 AM
To: CF-Talk
Subject: Re: splitchr is undefined


Martin, I think the error was splitchr is undefined.

Tim, have you searched the source of the offending page for the text
splitchr?  Wherever you find that string, you are going to be close to
the reason for your error.  If finding that string in the HTML source of
the page doesn't lead you to an answer, feel free to post a link to a
sample of an offending page and maybe someone else on the list will see
something in the source.

-Cameron

On Thu, 30 Dec 2004 09:19:26 -, Martin Parry
[EMAIL PROTECTED] wrote:
 We still haven't seen it !! You need to paste the error rather than 
 attaching it :)



~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:189011
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: splitchr is undefined

2004-12-30 Thread Cameron Childress
 splitchr is not found anywhere in the source.  Could this be a
 blackstone issue?

If this is occuring in Blackstone, you need to seek help in the beta
forums, not on cf-talk.

-Cameron

~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:189012
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


splitchr is undefined

2004-12-29 Thread Tim Do
Hello all,
 
I've been running into this js error recently.  I noticed when this
occurs is when I use cfform.  Has anybody seen this error before? 
 
Thanks,
Tim
 
 
 
 


~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:188965
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54