Simple post examples

Judy Perry jperryl at ecs.fullerton.edu
Mon Feb 1 21:42:32 EST 2010


Apparently so incredibly easy that even I can fix your broken script:

on mouseUp
   put url ("http://www.google.com/search?q=" & field "entry") into field 
"result"
end mouseUp

:-P

tsk, tsk...

Judy

On Tue, 2 Feb 2010, Björnke von Gierke wrote:

> on mouseUp
>  put url "http://www.google.com?q=" & field "entry" into field "result"
> end mouseUp
>
> maybe too easy?


More information about the use-livecode mailing list