On 12/29/06, Bjoern Hoehrmann <[EMAIL PROTECTED]> wrote:
* Shadow2531 wrote:
>[...]
Try this fragment...
Thanks
Adressing the window + 'true' part first:
<pre id='r'>
</pre>
<script>
function trace(s)
{document.getElementById('r').firstChild.nodeValue+=s+"\n";}
window.addEventListener('load',function(e){
var t=e.target;
if(window.opera&&t==document.body){t=document;}
trace("win cap ("+e.eventPhase+") ("+t+")");},true);
</script>
<p><img alt='' src='http://www.w3.org/Icons/valid-xhtml10' /></p>
Given that markup, does Opera produce the desired result?
--
burnout426