I need to capture right mouse click event inside a iframe in asp.net using any javascript or jquery codes.
below is the code i have tried so far.
It is possible if the page inside an iframe
is on the same domain.
IFrame page at same domain: http://fiddle.jshell.net/rathoreahsan/MNtw8/8/show/
See Demo: http://jsfiddle.net/rathoreahsan/gJtkW/
While if you access the page of an other domain inside an iframe
like you are doing then it is not recommended.
Edited: See some references given below, hope it will be helpful.
the-iframe-cross-domain-policy-problem
cross-domain-iframe-resizing