Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: Launching Browsers

From: allen:rebolforces at: 28-Oct-2000 19:29

----- Original Message ----- From: "David C." <[targhan--amigaonline--net]> To: <[rebol-list--rebol--com]> Sent: Saturday, October 28, 2000 7:41 AM Subject: [REBOL] Launching Browsers
> heys all: > > One of my pet projects with rebol is a view based web-miner (seems > like those are going around, eh?). And, I was wondering if anyone > knew of a bit of sample code (or, in light of recent posts: C-O-D-E) > that would allow me to launch a browser? How great would it be if the > part of view that does that from REB-sites was a function? :)
? browse USAGE: BROWSE value /only DESCRIPTION: Opens the default web browser. BROWSE is a native value. ARGUMENTS: value -- The URL to open (Type: any-string) REFINEMENTS: /only -- Don't open a new window if possible browse http://www.rebolforces.com Cheers Allen K