If I have:
<a href="javascrip t:myfunct('cool _links')" id="cool_links" >
and I refer to it as:
function myfunct(mylink)
{
document.getEle mentById[mylink]
}
then it is NOT reffered to as an object. I have to change my link to :
<a href="javascrip t:myfunct(cool_ links)" id="cool_links" >
Notice I took the tick marks out. I'm not telling u anything new here. The
question I have is how can I include the link id as:
<a href="javascrip t:myfunct('cool _links')" id="cool_links" > with the tick
marks and then refer to it as an object?
Mike
<a href="javascrip t:myfunct('cool _links')" id="cool_links" >
and I refer to it as:
function myfunct(mylink)
{
document.getEle mentById[mylink]
}
then it is NOT reffered to as an object. I have to change my link to :
<a href="javascrip t:myfunct(cool_ links)" id="cool_links" >
Notice I took the tick marks out. I'm not telling u anything new here. The
question I have is how can I include the link id as:
<a href="javascrip t:myfunct('cool _links')" id="cool_links" > with the tick
marks and then refer to it as an object?
Mike
Comment