Hey,

I can't give a direct link unfortunately due to the site being a secure site and requires a login and there is confidential information. HOwever, the way the page is setup is as follows.

When the user logs in, they are brought to webapp.php, the webapp.php has an iframe in that page with the following code:

Code:
<iframe src="iframes/check_user.php" id='cf1' name='cf1' width="100%" height="100%" frameborder="0" allowtransparency="true" hspace="0" vspace="0" align='left' valign='top' scrolling="no"></iframe>
The vb application houses this site in it so people can't close out of it with an 'x' button and is forced to use our login/logout system.

However, when they first login, they are brought to webapp.php, anywhere you click within webapp.php the context menu pops up fine, but once you right click over the iframe 'cf1' it shows the default IE context menu and not the custom one. It seems that the context menu isn't being applied to all document objects in the webbrowser1?

n3m