He there!
I've discovered that the
=============== =============== =============== ====
document.links( 'link_id_here') .href = "something" ;
=============== =============== =============== ====
is not applicable for the Firefox (even for the 1.0.6), and I'm falling
into passing through the array and checking each link id.
Could anybody confirm it's true and/or direct to a more elegant
solution if any?
Thanx,
Andrew
I've discovered that the
=============== =============== =============== ====
document.links( 'link_id_here') .href = "something" ;
=============== =============== =============== ====
is not applicable for the Firefox (even for the 1.0.6), and I'm falling
into passing through the array and checking each link id.
Could anybody confirm it's true and/or direct to a more elegant
solution if any?
Thanx,
Andrew
Comment