http://www.dynamicdrive.com/dynamici...ontextmenu.htm
With this nice script, when I put a iframe has target, it won't work.
This piece of code causes the problem, but it's necessary for another script...<SCRIPT language=JavaScript>
<!--
function SymError()
{
return true;
}
window.onerror = SymError;
var SymRealWinOpen = window.open;
function SymWinOpen(url, name, attributes)
{
return (new Object());
}
window.open = SymWinOpen;
//-->
</SCRIPT>
How can I do this now?
Greetz![]()



Reply With Quote


Bookmarks