I have both. I just wanted to use the VBScript one because it appears to be easier to use that what I already have in CF using CFOBJECT...I'll forward you the email I sent out yesterday pertaining to the issue I'm having.
Ron -----Original Message----- From: Eric Fickes [mailto:[EMAIL PROTECTED] Sent: Friday, March 07, 2003 2:04 PM To: [EMAIL PROTECTED] Subject: Re: VBScript and ColdFusion Assuming this XML parser for VBScript is an object, you could try using CFOBJECT to work with it. ----- Original Message ----- From: "Ron Mast" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, March 07, 2003 3:00 PM Subject: RE: VBScript and ColdFusion Thank you Eric. Here's what I found http://www.macromedia.com/devnet/mx/coldfusion/articles/asp_cfmx.html We are in the process of putting in place, using Biztalk and other components, a business system that will Retrieve an EDI from a site, convert the EDI to XML, and then parse the XML file (Insert into our Mainframe, or output as a document format). I was asking because I found an easy XML parser in VBScript and I wanted to be able to create a variable in VBScript and call the variable in CF. I don't necessarilly have to do that because I can output the XML data using document.write(). Ron -----Original Message----- From: Eric Fickes [mailto:[EMAIL PROTECTED] Sent: Friday, March 07, 2003 1:46 PM To: [EMAIL PROTECTED] Subject: Re: VBScript and ColdFusion VBScript and ColdFusionActually, VBscript can be used client side, but it's not typically used like that. VBscript is the native language used to write ASP. EG, files that are handled and parsed by IIS and W3SVC, not cfServer. I've never mixed CF and ASP, but would love to help out. If I had to do it, I'd think you'd need to try one of the two options 1.Include an ASP file, but use the full URL to the ASP file so that IIS handles it. 2.Do some sort of HTTP GET of an ASP file so that IIS will handle it. Like I said, I haven't done this yet, but nothing is impossible. Think of it in terms of a web service, or mixing CF and Flash. You can't put ASP or CF code inside of a flash file, but you can use the two together. What exactly are you trying to integrate? Eric. ----- Original Message ----- From: Jeremy Ridout What exactly are you trying to do? With Cold Fusion being a server side technology and VBScript being a Client side technology, the issues shouldnt be too different than using JavaScript. Jeremy -----Original Message----- From: Ron Mast [mailto:[EMAIL PROTECTED] Sent: Friday, March 07, 2003 1:38 PM To: [EMAIL PROTECTED] Subject: VBScript and ColdFusion Hi All, Does any of you have an example of How to integrate CF with VBScript? Ron Mast Truth Hardware Webmaster (507)444-4748 ----------------------------------------------- To post, send email to [EMAIL PROTECTED] To unsubscribe: Send UNSUBSCRIBE to [EMAIL PROTECTED] To subscribe / unsubscribe: http://www.dfwcfug.org ----------------------------------------------- To post, send email to [EMAIL PROTECTED] To unsubscribe: Send UNSUBSCRIBE to [EMAIL PROTECTED] To subscribe / unsubscribe: http://www.dfwcfug.org ----------------------------------------------- To post, send email to [EMAIL PROTECTED] To unsubscribe: Send UNSUBSCRIBE to [EMAIL PROTECTED] To subscribe / unsubscribe: http://www.dfwcfug.org ----------------------------------------------- To post, send email to [EMAIL PROTECTED] To unsubscribe: Send UNSUBSCRIBE to [EMAIL PROTECTED] To subscribe / unsubscribe: http://www.dfwcfug.org
