while displaying in wpf+webbrowser control, Displaying "Allow Blocked COntent" warning messages.....
<input type=button
onclick="showModalDialog('C:\\Temp\\Test1.htm');"
value="Show Me as Modal Page." />
<BR />
<a href="javascript:alert('I am
shown.')">
I should work using href.
</a>
<BR />
<a href="#"
onclick="javascript:alert('I am shown.')">
I should work using onclick.
</a>