Hi Dan:

Thanks for the info:

I tried your code, but it through me an error, which I listed at the end of
the reply.

So whet I did was remove the first set of cfoutput tags, then it doesnot
give an error, but the parameters have not been converted to their values.

Meaning #ServerType# is coming up as #ServerType#, instead of http, https
etc..

========
ERROR:
========
 Invalid CFML construct found on line 137 at column 21.
ColdFusion was looking at the following text:

return

The CFML compiler was processing:

    * An expression that began on line 137, column 10.
      Your expression might be missing an ending "#" (it might look like
#expr ).
    * The body of a cfoutput tag beginning on line 135, column 2.


The error occurred in
/usr/local/websites/pcmdocs/LP/2001/Company/RegistrationWizard.cfm: line 137

135 : <cfoutput>
136 : <cfsavecontent variable="sHtmlSnippet">
137 : <a href="#"onclick="return window.open
138 :
('#ServerType#://#cgi.server_name#/#RootFolder#/Int3Launch4.cfm?&C=#CompanyID#
139 :
&Page=Home&NoEncode=1','ServiceWindow','toolbar=no,status=no,scrollbars=no,

===================================================================================

-- 
Asad H Khan


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
ColdFusion 8 beta – Build next generation applications today.
Free beta download on Labs
http://www.adobe.com/cfusion/entitlement/index.cfm?e=labs_adobecf8_beta

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:281947
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to