RE: javascript insert problem in BD

2005-02-01 Thread CFDEV
Thanks to all, it was a known bug that got fixed in the hot fix.

Pat 

-Original Message-
From: Keith Gaughan [mailto:[EMAIL PROTECTED] 
Sent: February 1, 2005 06:41
To: CF-Talk
Subject: Re: javascript insert problem in BD

CFDEV wrote:
> Hi,
>   
> This works in ColdFusion but i'm not able to make it work in BlueDragon. 
>   
>  src="<cfoutput>#path#wwwlib/fonction.js</cfoutput>">
> 
>  
> Also if I copy the content of fonction.js in the cfm file it works.. ??? 

It's one of tho things: either you've got the wrong name there for the JS
file, or the value in your path variable is wrong. It could be something as
simple as a missing slash at the end.

Try just writing the full string out, and check it's correct.

K.



~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:192533
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: javascript insert problem in BD

2005-02-01 Thread Keith Gaughan
CFDEV wrote:
> Hi,
>   
> This works in ColdFusion but i'm not able to make it work in BlueDragon. 
>   
>  src="#path#wwwlib/fonction.js">
> 
>  
> Also if I copy the content of fonction.js in the cfm file it works.. ??? 

It's one of tho things: either you've got the wrong name there for the
JS file, or the value in your path variable is wrong. It could be
something as simple as a missing slash at the end.

Try just writing the full string out, and check it's correct.

K.

~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:192525
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: javascript insert problem in BD

2005-01-31 Thread Rebecca Wells
Have you tried putting the cfoutput tags outside of the script tag, like this:





~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:192499
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: javascript insert problem in BD

2005-01-31 Thread Matthew Walker
When you say it doesn't work, you mean you get a JavaScript error? Is the
HTML source generated on the two servers different? Is the generated source
correct? 

-Original Message-
From: CFDEV [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, 1 February 2005 1:41 p.m.
To: CF-Talk
Subject: javascript insert problem in BD

Hi,
  
This works in ColdFusion but i'm not able to make it work in BlueDragon. 
  


 
Also if I copy the content of fonction.js in the cfm file it works.. ??? 

Any ideas? 
  
Thanks
  
Pat





~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:192492
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