- see footer for list info -<
I have to convert some of my code to ASP to give to another developer. I know very little coldfusion never mind ASP .... - lol

Can anyone of you guru's out there tell me what the equivalent ASP would be for the code below?

In particular


<cfhttp url="#BaseURL#/top_bar.cfm" throwonerror="Yes" timeout="10"></cfhttp> <cffile action="WRITE" file="#TempDir#top_bar.htm" output="#CFHTTP.FileContent#">




Regards - Paul



<!--- the BGfL Base URL --->
 <cfset BaseURL = "http://www.bgfl.org/interface/1";>

 <!--- the various directories we're using --->
 <cfset IncludesDir = ExpandPath("/cfpages/TemplateCreator/Includes/")>
 <cfset StyleDir = ExpandPath("/cfpages/TemplateCreator/style/")>
 <cfset TempDir = ExpandPath("/cfpages/TemplateCreator/temp/")>

 <!--- retrieve the files we need and save them to a temp dir --->

 <!--- top bar --->
<cfhttp url="#BaseURL#/top_bar.cfm" throwonerror="Yes" timeout="10"></cfhttp> <cffile action="WRITE" file="#TempDir#top_bar.htm" output="#CFHTTP.FileContent#">


_______________________________________________

For details on ALL mailing lists and for joining or leaving lists, go to 
http://list.cfdeveloper.co.uk/mailman/listinfo

--
CFDeveloper Sponsors:-
- Hosting provided by www.cfmxhosting.co.uk -<
- Forum provided by www.fusetalk.com -<
- DHTML Menus provided by www.APYCOM.com -<
- Lists hosted by www.Gradwell.com -<
- CFdeveloper is run by Russ Michaels, feel free to volunteer your help -<

Reply via email to