iframe-utils.js File Reference

Go to the source code of this file.

Functions

function mashTape_openLink (href)
 
window addEvent ('click', function(e){var target=e.target;while(target!=null &&!target.href) target=target.parentNode;if(target==null) return;if(target.href){mashTape_openLink(target.href);e.stop();}})
 

Function Documentation

window addEvent ( 'click'  ,
function(e){var target=e.target;while(target!=null &&!target.href) target=target.parentNode;if(target==null) return;if(target.href){mashTape_openLink(target.href);e.stop();}}   
)
function mashTape_openLink (   href)

Definition at line 1 of file iframe-utils.js.