Part of Dave Winer's personal website.

cactus picture Using Frontier as a COM server

If you're running Frontier 5.0.2b7/Win or greater, try entering this text into a text file and view it in Internet Explorer:


<script language="VBScript">

dim Frontier

dim Samples

set Frontier = createobject("UserLand.Frontier.Server")

set Samples = Frontier.GetObject ("samples")

sInfo = Samples.basicSample("Hello")

document.write (sInfo)

</script>

Who would have ever thought Frontier would be connecting thru ActiveX?

What a strange world!

Dave


This page was last built on 4/3/98; 5:36:09 PM by David Winer. dave@scripting.com.