How to change the title of an Iframe dynamically?

前端 未结 2 1904
南方客
南方客 2021-01-07 17:32

I am trying to show some video files in an Iframe for our company web site. Whenever the user clicks on a video link it will be shown inside an Iframe. I used a Javascript f

2条回答
  •  旧巷少年郎
    2021-01-07 18:02

    Assuming some heading for title. You can do this also by javascript.

    Give the id for the tag that holding the title of iframe. Using javascript change the text in that when user click's on video link(chnage innerHTML).

提交回复
热议问题