0% found this document useful (0 votes)
210 views

Chat Script

The document includes scripts to load JavaScript bundles and theme files, display a popup after 15 seconds, validate a reCAPTCHA, and include a contact widget and map embed. It also includes links to a Udemy course, YouTube video, and Google Maps embed.

Uploaded by

madhubaddapuri
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
210 views

Chat Script

The document includes scripts to load JavaScript bundles and theme files, display a popup after 15 seconds, validate a reCAPTCHA, and include a contact widget and map embed. It also includes links to a Udemy course, YouTube video, and Google Maps embed.

Uploaded by

madhubaddapuri
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

<script src="assets/js/bundle.

js"></script>

<!--Theme js -->
<script src="assets/js/bluein.js"></script>

<!--- Auto PopUp after 15 sec-->


<script>
function autoModel()
{
document.getElementById('enquiry-btn').click() ;
}
</script>
<script src='https://www.google.com/recaptcha/api.js'></script>
<script>

function get_action(form)
{
var v = grecaptcha.getResponse();
if(v.length == 0)
{
document.getElementById('captcha').innerHTML="You can't leave Captcha Code
empty";
return false;
}
else
{
document.getElementById('captcha').innerHTML="Captcha completed";
return true;
}
}

</script>

<script type="text/javascript">
var $zoho=$zoho || {};$zoho.salesiq = $zoho.salesiq ||
{widgetcode:"af656e46714abcb7ea468602db282df2d52e2af754abe0fd49bd5cbd26caeaa0ab77e2
b700b24b548a4245bd59f35a6f", values:{},ready:function(){}};
var
d=document;s=d.createElement("script");s.type="text/javascript";s.id="zsiqscript";s
.defer=true;
s.src="https://salesiq.zoho.in/widget";t=d.getElementsByTagName("script")
[0];t.parentNode.insertBefore(s,t);d.write("<div id='zsiqwidget'></div>");
</script>

https://www.udemy.com/course/learn-php-for-beginners-n/
Map Script

<iframe src="https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!
1d15544.067815842021!2d77.6302635!3d13.098112!3m2!1i1024!2i768!4f13.1!3m3!1m2!
1s0x0%3A0x9fcdb975ebd57cdc!2sAntaliea%20Homes%20-%20Sumedhaa%20Developers!5e0!3m2!
1sen!2sin!4v1596806602191!5m2!1sen!2sin" width="100%" height="100%" frameborder="0"
style="border:0;" allowfullscreen=""></iframe>

https://www.youtube.com/watch?v=AOYZ_zitWGs

You might also like