Note that there are some explanatory texts on larger screens.

plurals
  1. POonload is not working but onmouseover is working
    primarykey
    data
    text
    <blockquote> <p><strong>Possible Duplicate:</strong><br> <a href="https://stackoverflow.com/questions/4272002/what-html-tags-support-the-onload-javascript-event">What html tags support the onload javascript event?</a> </p> </blockquote> <p>i have a page where i am trying to load same page on facebox style and if i place <code>onmouseover</code> link on that page and hover it just works fine but when i try with <code>onload</code> it is not triggering the event.</p> <p>here is my <code>onmouseover</code> event.</p> <pre><code>&lt;a id="curpo" onmouseover="$.image({ ajax: \'http://way2enjoy.com/jquery/threadpreview/'.$thread['id'].'\' });return false;" class="uiMediaThumb uiMediaThumbLarge uiMediaThumbAlb uiMediaThumbAlbLarge"&gt; &lt;span id="thumbback" class="uiMediaThumbWrap"&gt; &lt;img src="http://way2enjoy.com/files/icons/priview.png"&gt;&lt;/span&gt;&lt;/a&gt; </code></pre> <p>this works just fine but the below code is not working </p> <pre><code>&lt;a id="curpo" onload="$.image({ ajax: \'http://way2enjoy.com/jquery/threadpreview/'.$thread['id'].'\' });return false;" class="uiMediaThumb uiMediaThumbLarge uiMediaThumbAlb uiMediaThumbAlbLarge"&gt; &lt;span id="thumbback" class="uiMediaThumbWrap"&gt; &lt;img src="http://way2enjoy.com/files/icons/priview.png"&gt;&lt;/span&gt;&lt;/a&gt; </code></pre> <p>here is the live example: <a href="http://way2enjoy.com/forums/viewthread/406828" rel="nofollow noreferrer">http://way2enjoy.com/forums/viewthread/406828</a></p> <p>just below to red letters Listen Music Video Online users Photo<br> magnifier or zoom icon is there if we keep the cursor over that it shows but it does not show page <code>onload</code>.. for testing with <code>mouseover</code> you need to change the <code>onload</code> to <code>onmouseover</code> in firebug.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload