Hello Ninja,
Thank you for the reply.How can I get the URL of my HTML iframe on wix page. I am using the following code to get and set the URL of my Iframe, but it is not working.
let compUrl = $w ( “#dragDrop” ). src ;
$w ( "#dragDrop" ). src = compUrl ;
How can I reload the HTML Iframe. If I am using the following code, then it is replacing the HTML Iframe with the wikipedia page.
$w ( " #dragDrop " ). src = “https://en.wikipedia.org/wiki/HTTPS” ;
Thank you. I am trying this from few days. Help would be appreciated.