PDA

View Full Version : Capture html output?


RayYates
03-05-07, 11:10 AM
I'm compiling for Merchant 4.xx.

Some of Merchants functions output directly instead of returning a value. How can I capture the output into a string, specifically the <input> tags from the payment modules?

Each payment module uses its own variable names in the name="" parameter. What I really need to determine is what variable names a module is going to output and the only way I figured I could do that was to capture the output then parse it.

Any ideas?

RayYates
03-06-07, 04:34 AM
What did people do before <MvCAPTURE>?

I know Open Designer does this somehow so I'm pretty sure it is at least possible.