Skillbuilders Modal plugin onclick attribute gets removed
Hi,
Apex 4.2.0.00.27, IE8, Firefox 17.0
I am trying to use the Skillbuilders Modal plugin with a classic report. I followed the instructions and in the link column put the following in the link attributes:
onclick="return false;" class="edit-link"
When I click the classic report 'edit' link the new page opens full size instead of in a modal window (it works correctly from a separate button). Examination of the page in Firebug suggests that the 'onclick="return false;" attribute is being removed.
Page Source excerpt:
<tr class="highlight-row"><td headers="ID" class="data"><a href="f?p=1:52015:15766172029982::NO::P52015_ID:1" onclick="return false;" class="edit-link"><img src="/icas/edit.gif" alt=""></a></td><td headers="ADO_ASA_ID" class="data">1</td><td headers="EXT_BOD_ID" class="data">1</td><td headers="DATE_CREATED" class="data">29-May-2013</td><td headers="USER_CREATED" class="data">SC</td><td headers="EMPLOYEE_ID" class="data">1</td><td headers="DISCUSSION" class="data">test</td><td headers="CONTACT_DATE" class="data">29-May-2013</td></tr>
Firebug excerpt:
<a class="edit-link" href="f?p=1:52015:15766172029982::NO::P52015_ID:1">
I tried create do a simple version to upload, but as is always the way, that one worked fine.
Can anyone suggest why the onclick="return false" bit might be getting dropped?
Thanks,
Nick.