Collapsible/expandable list

frans van hoesel (hoesel@chem.rug.nl)
Thu, 24 Mar 1994 19:12:50 --100


just to follow up on my own mailing.

perhaps better is to have
<html src="url"> for using elements with possible delayed loading.
that makes sure that the browser can see the difference between
<img src="url">
and can display the delayed element differently.
(otherwise it would have no way of knowing what type of
element would be returned via the url (img/text) on beforehand)

- frans