| 例文 (999件) |
input formの部分一致の例文一覧と使い方
該当件数 : 1742件
H1This is an example/H1 FORM NAME="input" INPUT NAME="hello" /FORM 例文帳に追加
H1これは例です/H1FORM NAME="input"INPUT NAME="hello"/FORM - PEAR
HTML HEAD/HEAD BODY H1This is an example/H1 FORM name="input" flexy:start="yes" INPUT name="hello" flexy:ignore="yes" /FORM /BODY/HTML 例文帳に追加
HTMLHEAD/HEADBODYH1これは例です/H1FORM name="input" flexy:start="yes"INPUT name="hello" flexy:ignore="yes"/FORM/BODY/HTML - PEAR
HTML HEAD/HEAD BODY flexy:startchildren="here" H1This is an example/H1 FORM name="input" flexy:ignoreonly="yes" INPUT name="hello" flexy:ignore="yes" /FORM /BODY/HTML 例文帳に追加
HTMLHEAD/HEADBODY flexy:startchildren="here"H1これは例です/H1FORM name="input" flexy:ignoreonly="yes"INPUT name="hello" flexy:ignore="yes"/FORM/BODY/HTML - PEAR
Add a style attribute to the showWishList form:form name=wishList action=wishlist.php method=GET style=visibility:hiddenShow wish list of: input type=text name=user/ input type=submit value=Go //form 例文帳に追加
showWishList フォームに、次の style 属性を追加します。 form name=wishList action=wishlist.php method=GET style=visibility:hiddenShow wish list of: input type=text name=user/ input type=submit value=Go //form - NetBeans
HTML Form in index.php Enter the following code block into the body of index.php:form action=wishlist.php method=GET name=wishList Show wish list of: input type=text name=user/input type=submit value=Go //form 例文帳に追加
index.php での HTML フォーム index.php の本文に次のコードブロックを入力します。 form action=wishlist.php method=GET name=wishList Show wish list of: input type=text name=user/input type=submit value=Go //form - NetBeans
ELECTRONIC FORM INPUT SYSTEM例文帳に追加
電子フォーム入力システム - 特許庁
HTML input form attributes 例文帳に追加
HTML の入力フォームの属性 - NetBeans
htmlheadmeta http-equiv=content-type content=text/html; charset=UTF-8/headbody Welcome!br form action=createNewWisher.php method=POST Your name: input type=text name=user/br/ Password: input type=password name=password/br/ Please confirm your password: input type=password name=password2/br/ input type=submit value=Register/ /form /body/html 例文帳に追加
htmlheadmeta http-equiv=content-type content=text/html; charset=UTF-8/headbody Welcome!br form action=createNewWisher.php method=POST Your name: input type=text name=user/br/ Password: input type=password name=password/br/ Please confirm your password: input type=password name=password2/br/ input type=submit value=Register/ /form /body/html 注: password 型は、文字がアスタリスクに置き換えられる、特殊なテキストフィールドの型です。 - NetBeans
BUSINESS FORM INPUT DEVICE, BUSINESS FORM INPUT SYSTEM, BUSINESS FORM INPUT METHOD, AND PROGRAM例文帳に追加
帳票入力装置、帳票入力システム、帳票入力方法、及びプログラム - 特許庁
FORM INPUT SUPPORT METHOD, FORM INPUT SUPPORT APPARATUS, AND FORM INPUT SUPPORT PROGRAM例文帳に追加
フォーム入力支援方法、フォーム入力支援装置およびフォーム入力支援プログラム - 特許庁
FORM INPUT SUPPORT SYSTEM, FORM INPUT SUPPORT METHOD, AND FORM INPUT SUPPORT PROGRAM例文帳に追加
フォーム入力支援システム、フォーム入力支援方法、及びフォーム入力支援用プログラム - 特許庁
FORM INPUT SUPPORT SYSTEM例文帳に追加
帳票入力支援システム - 特許庁
FORM INPUT SUPPORTING DEVICE AND FORM INPUT SUPPORTING METHOD例文帳に追加
フォーム入力支援装置及びフォーム入力支援方法 - 特許庁
INPUT FORM MANAGEMENT SYSTEM例文帳に追加
入力帳票管理システム - 特許庁
An HTML input tag is added between the form tags.例文帳に追加
「了解」をクリックします。 form タグの間に HTML input タグが追加されます。 - NetBeans
Username: input type=text name=user/ Password: input type=password name=userpassword/br/ div class=error ?php if (!logonSuccess) echo Invalid name and/or password; ? /div input type=submit value=Edit My Wish List/ /form/div The class "logon" is applied to the entire form, and the class "error" is applied to an error message within the form. 例文帳に追加
div class=logon input type=submit name=myWishList value=My Wishlist onclick=javascript:showHideLogonForm()/ form name=logon action=index.php method=POST style=visibility:?php if (logonSuccess) echo hidden; else echo visible;? Username: input type=text name=user/ Password: input type=password name=userpassword/br/ div class=error ?php if (!logonSuccess) echo Invalid name and/or password; ? /div input type=submit value=Edit My Wish List/ /form/div クラス「logon」がフォーム全体に適用され、クラス「error」がフォーム内のエラーメッセージに適用されます。 - NetBeans
ELECTRONIC PEN INPUT FORM例文帳に追加
電子ペン入力用帳票 - 特許庁
The code presents an HTML form that enables entering the name and password of the user in the text fields. 例文帳に追加
form name=logon action=index.php method=POST Username: input type=text name=user/Password input type=password name=userpassword/input type=submit value=Edit My Wish List//formコードは、テキストフィールドにユーザーの名前とパスワードを入力できる HTML フォームを示します。 - NetBeans
INFORMATION INPUT FORM MANAGEMENT DEVICE AND INFORMATION INPUT FORM MANAGEMENT PROGRAM例文帳に追加
情報入力フォーム管理装置及び情報入力フォーム管理プログラム - 特許庁
SIGHT LINE INPUT DEVICE FOR ELECTRONIC FORM例文帳に追加
電子フォーム用視線入力装置 - 特許庁
Your index.jsp file should now appear similar to the following:htmlheadmeta http-equiv=Content-Type content=text/html; charset=UTF-8titleJSP Page/title/headbodyh2Entry Form/h2form name=Name Input Form action=response.例文帳に追加
index.jsp ファイルは次のようになります。 - NetBeans
Your index.jsp file should now appear similar to the following:htmlheadmeta http-equiv=Content-Type content=text/html; charset=UTF-8titleJSP Page/title/headbodyh1Entry Form/h1form name=Name Input Form action=response.例文帳に追加
index.jsp ファイルは次のようになります。 - NetBeans
!-- [snip] the beginning of the form --input type="text" name="fname" ... 例文帳に追加
!-- [省略] フォームここから --input type="text" name="fname" ... /!-- [省略] フォームここまで -- - PEAR
ELECTRONIC FORM INPUT PROCESSOR, ELECTRONIC FORM PROCESSING SYSTEM AND ELECTRONIC FORM INPUT PROCESSING PROGRAM例文帳に追加
電子フォーム入力処理装置、電子フォーム処理システム、及び電子フォーム入力処理プログラム - 特許庁
DATA INPUT SYSTEM TO ELECTRONIC FORM例文帳に追加
電子的フォームへのデータ入力システム - 特許庁
Displaying Error Messages in the Input Form 例文帳に追加
入力フォームでのエラーメッセージの表示 - NetBeans
Base class for input form elements 例文帳に追加
フォーム入力要素のための基底クラス - PEAR
DATA INPUT DEVICE, INPUT FORM GENERATING METHOD AND STORAGE MEDIUM例文帳に追加
データ入力装置、入力フォーム生成方法、記憶媒体 - 特許庁
FORM DATA INPUT PROCESSING DEVICE, FORM DATA INPUT PROCESSING METHOD, AND PROGRAM例文帳に追加
帳票データ入力処理装置、帳票データ入力処理方法及びプログラム - 特許庁
The Text Input is added between the form tags.Drag a Button item to just before the /form tag. 例文帳に追加
form タグの間に「テキスト入力」項目が追加されます。 /form タグの直前に「ボタン」項目をドラッグします。 - NetBeans
INFORMATION COLLECTION SYSTEM BY INPUT FORM例文帳に追加
入力フォームによる情報収集システム - 特許庁
The slave data input form has an input part of a table form including plural rows.例文帳に追加
子データ入力フォームは、複数の行を含む表組形態の入力部を有している。 - 特許庁
AUTOMATIC INPUT DEVICE AND AUTOMATIC INPUT PROGRAM FOR ELECTRONIC FORM例文帳に追加
電子フォームの自動入力装置及び自動入力プログラム - 特許庁
ELECTRONIC FORM SYSTEM PROVIDING FORM HAVING VOICE INPUT FUNCTION例文帳に追加
音声入力機能を備えたフォームを提供する電子フォームシステム - 特許庁
Logs of character string input in each input form are stored in an input log DB 15.例文帳に追加
各入力フォーム毎の文字列の入力履歴が、入力履歴DB15に格納されている。 - 特許庁
METHOD AND DEVICE FOR AUTOMATIC INPUT FORM GENERATION例文帳に追加
入力フォーム自動生成方法及び装置 - 特許庁
HTML Form for Logon on index.phpIn the index.php file, enter the following code before the closing /body tag:form name="logon" action="index.php" method="POST" >Username: input type="text" name="user"/>Password input type="password" name="userpassword"/>input type="submit" value="Edit My Wish List"/>/form> 例文帳に追加
index.php 上のログオン用の HTML フォーム index.php ファイルで、次のコードを終了 /body タグの前に入力します。 - NetBeans
| 例文 (999件) |
| Copyright © Japan Patent office. All Rights Reserved. |
| この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。 |
| © 2010, Oracle Corporation and/or its affiliates. Oracle and Java are registered trademarks of Oracle and/or its affiliates.Other names may be trademarks of their respective owners. |
| Copyright © 2001 - 2008 by the PEAR Documentation Group. This material may be distributed only subject to the terms and conditions set forth in the Open Publication License, v1.0 or later (the latest version is presently available at http://www.opencontent.org/openpub/ ). |
| Copyright 2001-2004 Python Software Foundation.All rights reserved. Copyright 2000 BeOpen.com.All rights reserved. Copyright 1995-2000 Corporation for National Research Initiatives.All rights reserved. Copyright 1991-1995 Stichting Mathematisch Centrum.All rights reserved. |
|
ログイン |
Weblio会員(無料)になると
|
|
ログイン |
Weblio会員(無料)になると
|