Answers for "open iframe on button click"

0

open iframe on button click

function postYourAdd () {
    var iframe = $("#forPostyouradd");
    iframe.attr("src", iframe.data("src")); 
}
Posted by: Guest on July-18-2020

Code answers related to "open iframe on button click"

Browse Popular Code Answers by Language