×
Please enter your 10 digit Activation Key below

Select your test package and unlock it

You will not be able to change the package after this!

Are you sure you want to unlock

Enter Your Phone No to verify Yourself

We've sent you a message on your phone, please enter the OTP to verify yourself.

Success!! You will be redirected in a moment.

loader_img
loader_img
`; // Set the srcdoc attribute of the iframe with the HTML content iframe.srcdoc = html_preview_template2_preview_string; } let loader = document.getElementById("ajax_loading_base"); loader.style.display = 'block'; previewTemplate2Html(); let iframe = document.getElementById('iframe_template2_preview'); iframe.addEventListener('load', () => { let checkContentInterval = setInterval(() => { let iframeDoc = iframe.contentDocument || iframe.contentWindow.document; let targetElement = iframeDoc.getElementById('iframe_data_loaded'); if (targetElement) { adjustIframeHeight(); if(loader.style.display === 'none') { clearInterval(checkContentInterval); } } }, 10); resolve(1) }); }) } window.addEventListener('resize', function() { adjustIframeHeight(); }); window.addEventListener('scroll', function() { adjustIframeHeight(); }); // initialize language code function getLanguageCode() { let language_code = $.cookie("lang"); if (!language_code) { language_code = "1" } return language_code }