23
/May
conical url contain using script
<script type="text/javascript">
$(document).ready(function() {
if (window.location.href.indexOf("/en") > -1) {
alert("your url contains the name franky");
}
});
</script>
$(document).ready(function() {
if (window.location.href.indexOf("/en") > -1) {
alert("your url contains the name franky");
}
});
</script>
Post a Comment!