Using FrontPage & Access 2000 to Develop Online Data Forms
Our next task is to test that our Web server indeed supports ASP.
3. Create a Web page in whatever program you use (or you may just copy and paste the
following in Notepad
Test ASP Server Example
Hello, the time is exactly
<% = Time %>
in Long Beach
/font>
4. Save file as TimeTest.asp in
C:\Inetpub\wwwroot\
directory.
5.
Click open your browser and enter the URL. In this case, it is
http://jing/timetest.asp. If everything works fine, you will see something like the
following:
Congratulations! Now we know our PWS is working and also supports ASP. We are ready
to design our first Web based data collection form by using FrontPage 2000.
16