How can I call two src/url request with iframe or add one iframe into another iframe?

1.7k Views Asked by At

How can I call two src/url request from "iframe". I need to show two src/url with iframe. I am calling one file with iframe src...but how can I call second file? or can I add one iframe within another iframe?

Thanks

1

There are 1 best solutions below

3
On

You can only have one URL per iframe.

Your alternatives are:

  1. embedding iframes
  2. two sibling iframes (have two iframes right next to each other, each with a URL)