Forgot in my example I used Universe.session.1 as the object pointer. I was
using UVDK2.0 to test it before I sent it out, on a newer version change the
line.

Set Sess = CreateObject("Universe.session.1")
to
Set Sess = CreateObject("UniObjects.UniOaifCtrl")

It does not do anything with the output to format it at all so it's just
going to spit it out to the browser. If you want to fix it up you should
probably convert LF to <br> in the response before displaying it... It's not
perfect but I know it works.

Vance

----- Original Message ----- 
From: <[EMAIL PROTECTED]>
To: <[email protected]>
Sent: Wednesday, February 09, 2005 1:30 PM
Subject: Re: [U2] Universe to Web interface


> In a message dated 2/9/2005 5:34:48 AM Pacific Standard Time,
> [EMAIL PROTECTED] writes:
>
> > I still don't get why you want to use a BAT file to do this at all.
> > IF you're using IIS, you should really be using ASP.
>
> I don't.
> Here is what I want "From a web page, click on something, which in ANY
> fashion reaches into Universe and displays the results on that web page."
>
> Focusing on the ANY fashion, any way, any how, any method,  with example
code
> please so I don't go insane trying to follow the hand-waving.  And
preferable
> I'm looking for the absolutely simplest manner of doing this.  And the
free
> way too ... btw.
>
> PS thanks for those of you who sent various examples of doing this.
> Will
> -------
> u2-users mailing list
> [email protected]
> To unsubscribe please visit http://listserver.u2ug.org/
-------
u2-users mailing list
[email protected]
To unsubscribe please visit http://listserver.u2ug.org/

Reply via email to