Hi,
I am new to Javascript and HTML. I wrote some codes in html and Javascript to display a scrollbar using a <div> tag as follows.
[HTML]<div id="id1" onmouseup="call Me()" style="width:25 0px;height:30px ;overflow:scrol l">
<strong>hhhhhhh hhhhhhhhhhhhhhh hhhhhhhhhhhhhhh hhhhhhhhhhhhhhh hhhhhhhhhhhhhhh hhhhhhhhhhhhhhh hhhhhhhhhh</strong>
</div> [/HTML]
but the problem is callMe() function is not called in IE7 but it is called in Mozilla-Firefox i am confused on this.... why is it happening like that ? can someone just explain? Why does the IE7 cannot handle onmouseup event?
I am new to Javascript and HTML. I wrote some codes in html and Javascript to display a scrollbar using a <div> tag as follows.
[HTML]<div id="id1" onmouseup="call Me()" style="width:25 0px;height:30px ;overflow:scrol l">
<strong>hhhhhhh hhhhhhhhhhhhhhh hhhhhhhhhhhhhhh hhhhhhhhhhhhhhh hhhhhhhhhhhhhhh hhhhhhhhhhhhhhh hhhhhhhhhh</strong>
</div> [/HTML]
but the problem is callMe() function is not called in IE7 but it is called in Mozilla-Firefox i am confused on this.... why is it happening like that ? can someone just explain? Why does the IE7 cannot handle onmouseup event?
Comment