Archive of UserLand's first discussion group, started October 5, 1998.
Re: Scripting on Linux (And general Unix)
Author: Emmanuel M. Décarie Posted: 5/17/1999; 9:22:35 PM Topic: Scripting on Linux Msg #: 6385 (In response to 6383) Prev/Next: 6384 / 6386
Ok, thanks everybody for the answers. I think I get the picture now. And the reference to Netscape doc help a lot.There is something funny that I noted. Some of the answers are saying that there is a bazillion ways to do what I was asking. But nobody posted sample code.
// With Frontier// Getting the URL of the frontmost window of Netscape local(url); url = netscape.getFrontWindowUrl(); msg(url)
// Getting a Web page and display it in Netscape local(htmlText); htmlText = tcp.httpClient(server:"www.scripting.com"); htmlText = string.httpResultSplit(htmlText); netscape.displayText(htmlText)
There are responses to this message:
- Re: Scripting on Linux (And general Unix), Dave Winer, 5/17/1999; 9:26:33 PM
- Re: Scripting on Linux (And general Unix), Geoff Allen, 5/18/1999; 8:06:31 AM
This page was archived on 6/13/2001; 4:50:15 PM.
© Copyright 1998-2001 UserLand Software, Inc.