Skip to main content

This is documentation for Caché & Ensemble. See the InterSystems IRIS version of this content.Opens in a new tab

For information on migrating to InterSystems IRISOpens in a new tab, see Why Migrate to InterSystems IRIS?

検索フォーム

次に、検索条件を入力するドロップダウン・リスト用の “Search” フォームを追加します。フォームが処理されると、メイン・フレームには SearchResults.csp ページが表示されます。

—Search.csp—
Search.csp
<html> <head></head>
<body>
<table width="100%" border="0"> <tr>
    <td><img src="CacheCinemaLogo.gif"></td>
    <td align="right">
    <form name="Search" action="SearchResults.csp" target="Main" method="post">
    </form>
    </td></tr>
</table>
<hr>
</body> </html>
FeedbackOpens in a new tab