⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 ch20serv.htm

📁 Delphi高级开发指南是开发程序的好帮手
💻 HTM
字号:
<HTML>

<head><title>Chapter 20 Web Server Examples</title></head>

<body>

<h1>Chapter 20: Links for the Web Server examples</h1>
<hr>

<i>To use the following links you should start your Web Server and place the EXE and DLL files in the scripts directory. If it has a different name (as cgi-bin) you have to update the following links as well.</i><p>

<h4>CgiDate</h4>
<ul>
<li><a href="/scripts/cgidate.exe"> Today </a>
</ul>

<h4>CgiDate2</h4>
<ul>
<li><a href="/scripts/cgidate2.exe?date"> Date </a>
<li><a href="/scripts/cgidate2.exe?time"> Time </a>
<li><a href="/scripts/cgidate2.exe?both"> Both </a>
<li><a href="/scripts/cgidate2.exe?wrong"> Wrong </a>
<li><a href="/scripts/cgidate2.exe"> Missing </a>
</ul>

<h4>CgiVars</h4>
<ul>
<li><a href="/scripts/cgivars.exe/pathname?parameter"> CgiVars </a>
</ul>

<h4>CgiEmp</h4>
<ul>
<li> <a href="/scripts/cgiempl.exe">All Employees</a>
<li> <a href="/scripts/cgiempl.exe?Johnson">Look for "Johnson"</a>
</ul>

<h4>CgiEmp Search form</h4>
<form action="/scripts/cgiempl.exe" method="POST">
Last Name: <input type="text" name="LastName"> <p>
First Name: <input type="text" name="FirstName"><p>
<input type="Submit">
</form>

<h4>Isapi Examples</h4>
<ul>
<li> <a href="/scripts/IsapiDem.dll/marco">First Isapi Demo (IsapiDem)</a>
<li> <a href="/scripts/IsaMulti.dll">Multiple Delphi ISAPI Demo (IsaMulti) -   Index page</a>
<li> <a href="/scripts/PageProd.dll">PageProducer Example (PageProd)</a>
<li> <a href="/scripts/EmplProd.dll">DataSetTableProducer Example (EmplProd)</a>
<li> <a href="/scripts/CustQueP.dll/form">Customer QueryProducer Dynamic Search Form</a>
</ul>

<h4>Customer QueryProducer Search Form</h4>
<form action="/scripts/CustQueP.dll/search" method="POST">
<table>
<tr><td>State:</td><td><input type="text" name="State"></td></tr>
<tr><td>Country:</td><td><input type="text" name="Country"></td></tr>
<tr><td></td><td><center><input type="Submit"></center></td></tr>
</form>



</body></html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -