| Wayne State University College of Lifelong Learning Interdisciplinary Studies Program Fall, 2000 http://www.cll.wayne.edu/isp/drbowen/inetf00 |
Instructor: David R. Bowen 2311 A/AB Wayne State University Detroit, MI 48202 |
Daytime tel: (313) 577-1498 Evening tel: (248) 549-8518 FAX: (313) 577-8585 Email: d.r.bowen@wayne.edu |
Instructor's
home page (David R. Bowen) at http://www.cll.wayne.edu/isp/drbowen |
||
| eCommerce: Using the Web to Find and Service
Customers AGS 3360 Section 986 Call Number 92073 or ISP 5500 Section 982 Call Number 92136 |
Computers, the Internet, and Society AGS 3340 Section 981 Call Number 96761 or ISP 5990 Section 982 Call Number 99915 |
|
Last updated: 10/11/00
Link back to course Welcome
![]() |
Addition
for eCommerce Class #4 |
The regular agenda is down below. Here are two items that we went over during that class that are not on the agenda.
| Task | Software | Comments |
| Edit normal web pages | Microsoft Frontpage98 | WYSIWYG is great, and very productive, cuts down on errors. |
| Netscape Composer | Same comments as Frontpage, plus this one is free. | |
| Edit HTML form | Microsoft Frontpage98 | Does a great job on forms, with WYSIWYG placement and sizing of the form fields, and point-and-click editing of the form field properties (names and values). Netscape Composer does not do forms at all! |
| Edit iht file | Windows Notepad (click on Start, go to Programs, then Accessories and Notepad is there) | This does a good job. It has search and replace, and will keep the file name in the list of recent files on the File menu. Make sure that you save as a text function (no formatting) instead of a Word 6 document or a Rich Text Document (both of these have formatting marks in them). Type in the .iht with the file name, but watch out - it may add a .txt at the end of that, which you will have to remove with Windows Explorer. |
| Windows Notepad (in the same place as Wordpad) | Does not (in my experience) change the file name, but does not remember the file names either. Like Wordpad, this has search and replace. In Windows95 this has a limit on file size (which you will not exceed in this class). |
Agenda for eCommerce Class
#4
October 11, 2000
Example iHTML file (corrected):
<!ihtml>
<!--Inserting the current information into the Plan Table-->
<iHTML DBNAME="aaaDSN"
SQL="insert into bbb (ccc, ddd)
Values(':eee', ':fff')"
ESC="FALSE"
FAILURE="Error: :i_error :i_errortext :i_sqlerrortext<br>">
<!--Display information on the response page-->
<html>
<head>
<title>ggg</title>
</head>
<Body>
<p>Your information, <i>:eee </i>, has been received and will be stored.</p>
<p>Thank you for using our web page.</p>
<p>The email address that you gave us is :fff</p>
</body>
</html>
<!-- Automatic Email generation -->
<iMAIL ADDRESS=":fff"
FROM="aaa@www.cll.wayne.edu"
HOST="www.cll.wayne.edu"
SUBJECT="Email confirmation"
OUTPUT="Your confirmation was emailed successfully.<br>"
REPLYTO="aaa@www.cll.wayne.edu"
SENDER="aaa">
Name: :eee
We have stored the information you entered on our web site.
End of message
</iMAIL>





