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?

チケット注文の処理

この処理を正しく理解していることを確認するため、順を追って復習しましょう。

  1. ユーザがチケットを注文するために generated description: ticketssample.gif ボタンをクリックします。

  2. サーバ側のメソッド、AddShow は、必要な TicketOrder オブジェクトと TicketItem オブジェクトを生成、または更新し、それをデータベースに保存します。

  3. このメソッドは、ブラウザに JavaScript コードの 1 行を返します。これは、Web サーバにある Order.csp ページの最新コピーを、ブラウザに要求させるためです。

FeedbackOpens in a new tab