View Single Post
Old 09-29-2008, 11:11 PM   #2 (permalink)
tony
The Addict
 
tony's Avatar
 
Join Date: Aug 2008
Posts: 336
Thanks: 8
tony is on a distinguished road
Default

this might work

Code:
var element=document.getElementsByName('underline')[0];

element.onclick(function(){
    document.getElementsByName('comment')[0].innerHTML+='<u> </i>';
});
I am a newbie in javascript so I am not sure if it works
tony is offline  
Reply With Quote
The Following User Says Thank You to tony For This Useful Post:
tego10122 (09-30-2008)