Populating an iframe with a form

by 1 replies
2
I have these two smart phone emulations using a frame at the top for the choice of the phone and a second frame containing an Iframe embeded in a graphic.

I can get the two different pages to work but would like to add a form in the top where a person could add their url and it populate the iframe in the second frame.

Can anybody help with doing this.

Here is the url frame

Quentin
#programming #form #iframe #populating
  • you don't need iFrame. i think it will be much easier to use jQuery and modify your phone image and also you can modify the content inside. if you want iFrame only, then also jQuery can help modifying the source of iframe, so your page will not reload but the iframe content would be modified.

Next Topics on Trending Feed

  • 2

    I have these two smart phone emulations using a frame at the top for the choice of the phone and a second frame containing an Iframe embeded in a graphic. I can get the two different pages to work but would like to add a form in the top where a person could add their url and it populate the iframe in the second frame.