[REBOL] Catching Web Site Access Errors Re:

2000-03-01 Thread lmecir
pend comp port/path] if comp = ts [ return true ] if port/target [append comp port/target] if comp = ts [ return true ] return false ] true]Regards, Ladislav - Pvodní zpráva - Od: [EMAIL PROTECTED] Komu: [EMAIL PROTECTED] Odesláno: 29. února 2000 19:56 Pedmt: [REBO

[REBOL] Catching Web Site Access Errors

2000-02-29 Thread mprice
Title: Catching Web Site Access Errors I am connecting to a remote site using: page: read http://www.noSuchSite.com How do I catch the scenario where the site doesn't exist, with no error checking I get the following: Access Error: Cannot connect to www.noSuchSite.com Melvin

[REBOL] Catching Web Site Access Errors Re:

2000-02-29 Thread icimjs
Hi Melvin, if error? error: try [ read http://www.does-not-exist.com ] [ error: disarm :error probe error ] connecting to: www.does-not-exist.com make object! [ code: 507 type: access id: no-connect arg1: "www.does-not-exist.com" arg2: none arg3: