Code would help, right - here it is :

CODE:
------

Here's my js call to add new tabs:
$("#tabcontent").tabs("add",pgurl + "?mln=" + MNUM, tabtitle.substr(0, 18));

Here's the coldfusion page <divMkApp.cfm> that the above line calls: 
<CFPROCESSINGDIRECTIVE suppresswhitespace="yes">
<CFSETTING showdebugoutput="no" enablecfoutputonly="yes">

<CFPARAM NAME="URL.MLN" DEFAULT="" />
<CFPARAM NAME="Attributes.MNUM" DEFAULT="#URL.MLN#" />
    
<CFTRY>
  <cfinclude template="divShInstr.cfm?MLN=#Attributes.MNUM#" /> 
....
</CFTRY>


Firebug response:
-------------------
The web site you are accessing has experienced an unexpected error.
...
Could not find the included template divShInstr.cfm?MLN=94197969


divMkApp.cfm and divShInstr.cfm are in the same directory..

Thank you!



  

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:330832
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to