HI All,
Is it possible to do the following?
object = document.getele mentById('somet hing');
object.onmouseo ver='alert("hi" );';
............... ....
I know that object.onmouseo ver=function(){ alert("hi");} is OK but I
want to do it the first way. Can it be done?
Graham
Is it possible to do the following?
object = document.getele mentById('somet hing');
object.onmouseo ver='alert("hi" );';
............... ....
I know that object.onmouseo ver=function(){ alert("hi");} is OK but I
want to do it the first way. Can it be done?
Graham
Comment