This is a multi-part message in MIME format.
------ extPart_000_0067_01C1CB88.DAFB2F10
Content-Type: text/plain;
charset so-8859-1"
Content-Transfer-Encoding: quoted-printable
This is probably the wrong place to ask, but someone out there may know.
I want to mix the std output from a ruby app into the outgoing page output in asp (on IIS).
e.g..
Some html
<%
Execute Ruby with output going into to the html
%>
Some more html.
I can think of plenty of other ways to do what I need, it's just that this would be the most convenient for me at the moment.
Thanks
Ralph
------ extPart_000_0067_01C1CB88.DAFB2F10
Content-Type: text/html;
charset so-8859-1"
Content-Transfer-Encoding: quoted-printable
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2600.0" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>This is probably the wrong place to ask, but
someone out there may know.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>I want to mix the std output from a ruby app into
the outgoing page output in asp (on IIS).</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>e.g..</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Some html</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2><%</FONT></DIV>
<DIV><FONT face=Arial size=2> Execute Ruby with output going
into to the html</FONT></DIV>
<DIV><FONT face=Arial size=2>%></FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Some more html.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>I can think of plenty of other ways to do what I
need, it's just that this would be the most convenient for me at the
moment.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Thanks </FONT></DIV>
<DIV><FONT face=Arial size=2>Ralph</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV></BODY></HTML>
------ extPart_000_0067_01C1CB88.DAFB2F10--