> It seems like people are saying that dot notation is
> actually preferred and is a superset of setAttribute.

Yes so it seems, so I have to query variables as needed anyways,
so no need for setAttribute to do anything more than

function setAttribute(s,t) { this[s] = t; }

I may implement it this way and get rid of the corresponding
20 line native code.

As mentioned last time, I check for form.action before submit,
but I don't check to see if js changed the href=
attribute out from under you before you click on hyperlink.
There's probably quite a few of these "actions" that I don't check for
and should.

Karl Dahlke
_______________________________________________
Edbrowse-dev mailing list
[email protected]
http://lists.the-brannons.com/mailman/listinfo/edbrowse-dev

Reply via email to