Re: Re[2]: Auto-Generated HTML and Authoring Tools
Peter Flynn (pflynn@curia.ucc.ie)
04 Feb 1997 00:46:24 +0000 (GMT)
Date: 04 Feb 1997 00:46:24 +0000 (GMT)
From: Peter Flynn <pflynn@curia.ucc.ie>
Subject: Re: Re[2]: Auto-Generated HTML and Authoring Tools
In-reply-to: <199701301750.LAA01724@shadygrove.teleportal.com> (message from
To: linas@teleportal.com
Cc: markg@webtechs.com, papresco@calum.csclub.uwaterloo.ca, connolly@w3.org,
Message-id: <199702040046.AAA19276@curia.ucc.ie>
</loop>
Have a great flight!
</html>
Our cgi-script parses through this, and supplies appropriate
values for fromcity, tocity, etc. The loop is repeated until
all flights have been displayed.
How would I do this with htmlscript?
Why would you want to bother sending all the data to the user to sort
out, at doubtless great annoyance to the user in time/bandwidth, and
have it loop in her cycles, when you can do it faster on your server
and consume less bandwidth?
From what I have seen, HTMLscript is a complete non-starter, as it
introduces unnecessary extra elements where carefully chosen PIs would
have done.
///Peter