You need to create a field text for the user name and name your field.
Then, you can script on your submit button as:
on mouseup me
put field "userfield" into field "welcome" -- This will put whatever
text in the userfield to welcome field.
put empty into field "userfield"-- This will empty your userfield once
you click the submit button.
end
Before that, when you create the field, you need to chage the property of
that field. Change that property to editable text.
_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com
[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/LUJ/lingo-l.cgi To post messages to the list,
email [EMAIL PROTECTED] (Problems, email [EMAIL PROTECTED])
Lingo-L is for learning and helping with programming Lingo. Thanks!]