hi,
I have created a webform. In this page having footer href below like,
<div id="footer">
<a href="#" onclick='test()' >© </a> test
</div>
Now i just opened dialog window(modal popup) from this page . In popup if i click anywhere Parent page footer(href) only is getting highlighted.
How can resolve this issue?
Regards,
Suresh