[spoiler="Exemplu"][/spoiler]
Peste tot in inaintea tegului </body> adaugam scriptu:
Code
<script type="text/javascript">
$(document).ready(function(){
$("a[href^=http://]").each(function(){
$(this).click(function(){
if(this.host!="maxrom.ucoz.com"){
new _uWnd('away', 'ATENTIE! Link extern!', 350, 155, {align:1,autosize:1,min:1,max:1,modal:1},'<center>Dumneavoastra sunteti pe calea de a parsi <b>MaxRom.uCoz.com</b><br> Noi nu ducem raspundere pentru continutul paginii date.<br></b>.<br><br><a href="javascript:closeAway()"><input type="button" class="manFlSbm" value="Nu trece"></a> <a href="' + this.href + '" target="newWindow"><input type="button" class="manFlSbm" value="Treci"></a></center>');return false;
}
});
});
});
function closeAway(){_uWnd.close('away');}
</script>
In loc de maxrom.ucoz.com adaugati site-ul vostru.
[texterror4]Sursa: http://trane73.ru/
Traducere: http://maxrom.ucoz.com/[/texterror4]