Manage My Subscriptions
setTimeout(function(){
var t = document.createElement(“script”);
t.setAttribute(“src”, “https://sample.dragonforms.com/getEmbeddedClientScript.do?embeddedsite=subscription_management_slider”);
t.setAttribute(“type”, “text/javascript”);
document.body.appendChild(t);
}, 5);
/* Remove Ad*/
.entry-ad{display:none;}
/* Responsive styling for the iframe container and iframe itself */
#container-subscription_management_slider {
max-width: 800px; /* PC default max width */
margin: 0 auto;
}
#subscription_management_slider {
width: 100%;
min-width: 280px;
max-width: 100%;
height: 1900px;
max-height: 1900px;
border: none;
display: block;
}
@media (max-width: 767px) {
#container-subscription_management_slider {
max-width: 600px; /* mobile: 600px width */
width: 100%;
padding: 0 0;
}
#BCKR_subscription_management_slider {
width: 100vw;
max-width: 600px;
min-width: 0;
height: 100vh;
max-height: 100vh;
}
}
function createIframeURL() {
var parentURL = new URL(window.location.href);
var params = new URLSearchParams(parentURL.search);
// Construct the iframe URL with all parameters
var iframeURL = “https://sample.dragonforms.com/subscription_management_slider?dragoniframe=true”;
for (const param of params.entries()) {
var key = param[0];
var value = param[1];
iframeURL += `&${encodeURIComponent(key)}=${encodeURIComponent(value)}`;
}
var iframe = document.getElementById(“BCKR_new1”);
iframe.src = iframeURL;
}
window.addEventListener(“DOMContentLoaded”, () => {
createIframeURL();
});
