Topic awaiting preservation: A HTML tag (Page 1 of 1) |
|
---|---|
Obsessive-Compulsive (I) Inmate From: |
posted 08-21-2002 09:53
How do you refer to the A tag in javascript? What I mean to say is that if a textbox is referred to as document.form_name.textbox_name, how do i do this with the <A> html tag? Can i use document.form_name.a_name? I'd like to check if the focus of my cursor is on that tag... How can i do this? Thankss...... |
Paranoid (IV) Inmate From: Lebanon |
posted 08-21-2002 11:41
Hmm, try this: |
Bipolar (III) Inmate From: Cold Sweden |
posted 08-21-2002 16:33
Anchor can be accessed this way also |
Lunatic (VI) Mad Scientist From: Massachusetts, USA |
posted 08-21-2002 17:39
Or |
Maniac (V) Mad Scientist From: Belgrade, Serbia |
posted 08-21-2002 19:20 |
Obsessive-Compulsive (I) Inmate From: |
posted 08-22-2002 03:14
How do I state, |
Bipolar (III) Inmate From: Cold Sweden |
posted 08-22-2002 13:07
(took this post away, it was probably wrong anyway) |
Nervous Wreck (II) Inmate From: |
posted 08-22-2002 22:11
I don't know of a function or anything in JavaScript (I'm still learning), but there's always more than one way to skin a cat. |