User Tools

Site Tools


Writing /home/user/smartcj.com/wiki/data/cache/b/bab329ab964e4edc188428b948e6b524.i failed
Unable to save cache file. Hint: disk full; file permissions; safe_mode setting.
Writing /home/user/smartcj.com/wiki/data/cache/b/bab329ab964e4edc188428b948e6b524.metadata failed
en:direct_out_links
Translations of this page:



Writing /home/user/smartcj.com/wiki/data/cache/b/bab329ab964e4edc188428b948e6b524.i failed
Unable to save cache file. Hint: disk full; file permissions; safe_mode setting.
Writing /home/user/smartcj.com/wiki/data/cache/b/bab329ab964e4edc188428b948e6b524.xhtml failed

Direct Out Links

Direct Links example

<html>
<body>
<script src='/scj/includes/js/jquery.js'></script>
<script>
	$(document).ready(function(){
		$('a[jsvar=out]').each(function(){
				var href = '/out.php?url=' + $(this).attr('href');
				$(this).attr('href', href);
		});
	});
</script>


<a jsvar='out' href='http://gallery.com/'> out link </a> <br>
<a href='http://gallery.com/'> direct link </a>

</body>
</html>
en/direct_out_links.txt · Last modified: by 127.0.0.1