過去のナビゲーションリンクのスキップSecure Global Desktop 4.31 管理者ガイド > アプレット > resetNamePassword (ログインアプレット)

resetNamePassword (ログインアプレット)

構文

過去のコマンド構文またはプログラムコードのスキップvoid resetNamePassword()

説明

The resetNamePassword method clears any text in the login applet's Username and Password edit boxes.

過去のコマンド構文またはプログラムコードのスキップ<SCRIPT LANGUAGE="JavaScript">

function emptyBoxes() {
  document.applets["Tarantella Login"].resetNamePassword();
}

</SCRIPT>
 
<FORM>
   <INPUT TYPE=button VALUE="Clear" onclick="emptyBoxes()">
</FORM>

This example adds a button beneath the login applet which clears the Username and Password.

Add the code to the HTML document containing the login applet (index.html, in the sco/tta/standard login theme for example), after the TTAAPPLET declaration.

関連トピック