0

家族のためにLANのウェブサイトを作ろうとしています。しかし、ユーザー名とパスワードを出力して転送し、テキスト編集を開かずにテキスト編集に保存する方法がわかりません。

これは私がこれまでに持っているすべてです..

set theReturnedItems to (display dialog "Set Username" default answer "" buttons {"Quit","OK"} default button 2)
set my_name to the text returned of theReturnedItems
set my_pass to text returned of ¬
(display dialog "Enter password for " & ¬
    quoted form of my_name ¬
    with title ¬
    "Pass Word" with icon stop ¬
    default answer ¬
    "" buttons {"Continue…"} ¬
    default button 1 ¬
    giving up after 30000 with hidden answer)
4

0 に答える 0