iFrame URL change page

This page will allow you to change the URL/source of an Iframe when you click the button. Right now it’s set to change to your home page URL, benruisch.com.

Qualtrics.SurveyEngine.addOnload(function()
{
	
var that = this;
this.questionclick = function(event,element){
if (element.type == 'radio') {
that.clickNextButton();
	
}
}

});

Qualtrics.SurveyEngine.addOnReady(function()
{

this.hideNextButton();

});

Qualtrics.SurveyEngine.addOnUnload(function()
{
/*Place your JavaScript here to run when the page is unloaded*/

});

 

Leave a Reply

Your email address will not be published. Required fields are marked *