DOM access via javscript object model

what really is the difference between accessing , say , a form field via

document.forms["myform"]["myfield"]

versus

document.myform.myfield

is there some sort of hash table that makes it faster for the former script
to get the element faster or something?

slim

Received on Friday, 2 June 2000 00:38:24 UTC