/cookies_communicate

Communicate about cookies

Primary LanguageJavaScriptCreative Commons Attribution 4.0 InternationalCC-BY-4.0

Communicate about cookies

How include cookies communicate on your page

<script type="text/javascript" language="javascript" src="cookies_comunicate.js"></script>
<script>
	createCookiesBox.init(
		'Begin coockies text information, list of browsers: ',
		true, // optionl, true - list of browsers will add after begin text
		'. End coockies text information.' // optional, by default will add empty end text information
	);
</script>