Skip to content
Advertisement

src attribute not working in iframe tag in html

I am trying to convert the youtube video to audio using a API here is the API syntax is

JavaScript

and the src syntax is

https://yt-download.org/api/button/{FTYPE}?url={VIDEO_URL}

so what i am doing is within a form create a search bar and a submit button and there once the user enters the youtube video link in the search bar onclick of search button it should get connected to the url= part in the api code,but all i am getting is a blank screen

my outout

which should ideally look like this and it works only if i directly enter the youtube url into the src=”” ideal output

heres the html and js code

JavaScript

would really appreciate if anybody helps me out..!

Advertisement

Answer

thanks to all those who tried to help me out,just a single change of line fixed my problem

JavaScript

onsubmit attribued saved all my default values so the work done by javascript remains intact even after form submission

User contributions licensed under: CC BY-SA
9 People found this is helpful
Advertisement