Hi Manu,

EL> I'm working on a web page with a rebol plugin:
EL> I'd like to know how to set the focus on a field when the page is open.

After creating your layout, use the FOCUS function. It works the same
whether you use the plug-in or not; REBOL is nice that way.

lay: layout [f: field f-2: field]
focus f-2
view lay


-- Gregg                         

-- 
To unsubscribe from the list, just send an email to 
lists at rebol.com with unsubscribe as the subject.

Reply via email to