i wonder if there is a rule that says:
the attribute's value will be first parsed as HTML
?
for example:
<a href="foo.php?a=1&b=2">
the value will be converted into foo.php?a=1&b=2
and
<a href="#" onclick="changeIt( "hello world " ); return false;">Click me</a>
the value part will be converted into changeIt("hello world"); return false;
is there such a rule? hm... i wonder if any book or webpage actually state this rule? (as many of us learn HTML / CSS / Javascript by ourselves... i haven't heard of this rule before). thanks.








Bookmarks