Re: a bad idea (fwd)

MegaZone wrote:
> 
> Not that I see this as something super desirablem but if you want to do it
> I suggest:
> 
> <IMG SRC="x" SRC="y" SRC="n-1" "SRC="n" PICK=RANDOM>
> 
> List the 'SRC' *FIRST* so that existing browsers will not break on it - 
> AFAIK current browsers will take the first SRC they see.  Since you can

Mine doesn't.  It reads each attribute, building a list of all the attributes.
Since it is building a linked list and adding the attributes backwards, the
*last* SRC attribute would take precedence when searching the list for that
attribute.

-- 
Stewart Brodie, Electronics & Computer Science, Southampton University.
http://www.ecs.soton.ac.uk/~snb94r/      http://delenn.ecs.soton.ac.uk/

Received on Sunday, 14 July 1996 00:01:09 UTC