[REBOL] Browse function
From: lp::legoff::free::fr at: 11-Mar-2004 15:36
Hi list,
I need some help for the following question with browse function :
script :
-------------------
browse "http://www.google.com"
wait 00:00:10
browse "http://www.search.com"
wait 00:00:10
browse "http://www.altavista.com"
wait 00:00:10
....etc
-------------------
I would like to open my urls in the !same! IE window (for memory reason), with
10 sec between each.
browse and browse/only have the same behavior.
How can I make ?
(utility of refinement like browse/keep ? )
Philippe.