I couldn't tell exactly what was happening by looking at your example (It
seemed to mask the specific URLs and there was no "verder" button).

  In the example you gave: www.mysite.com/application.dll?topage=mypage.html
  You are executing a DLL from the browser (so to speak); which is
different than an ISAPI application.  I'm still under the impression that
if you are loading a DLL in a browser you are not running that DLL as an
ISAPI filter.

  With cfhttp, you should be able to do something like this:

<cfhttp url="" method="get">

  And retrieve the same text that would have been returned to the browser.

At 08:01 PM 1/4/2004, you wrote:
>Subject: cfm won't work in combination of other isapi.dll
>From: Willy Otto <[EMAIL PROTECTED]>
>Date: Sun, 04 Jan 2004 17:37:55 -0400
>Thread:
>http://www.houseoffusion.com/cf_lists/index.cfm/method=messages&threadid=29590&forumid=4#148475
>
>Hi,
>
>It's an isapi.dll directly called in the browser. With COM it communicates
>with database-driven software on the server. I don't think it has
>something to do with CGI. Unfortunately it isn't possible to access the
>databse directly either it's a weird Paradox DB.
>
>With CFHTTP it's not possible to control the input that's needed in the
>application, I allready tried that one. Cfm code will work, but the output
>coming with the dll won't work properly. That's when I started to worry.
>What do you mean with regex exactly? I'm not a real experienced user here.
>thx in advance.
>Grts,
>
>Willy

--
Jeffry Houser, Web Developer <mailto:[EMAIL PROTECTED]>
Aaron Skye, Guitarist / Songwriter <mailto:[EMAIL PROTECTED]>
--
AIM: Reboog711  | Phone: 1-203-379-0773
--
My Books: <http://www.instantcoldfusion.com>
Recording Music: <http://www.fcfstudios.com>
Original Energetic Acoustic Rock: <http://www.farcryfly.com>
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to