Click to See Complete Forum and Search --> : Is it possible to pull a form from a web page and load it into an iframe?


swannie
01-15-2009, 04:55 PM
I need to give users of another website access to a form that is located on our website. I used an iframe to access that page...however, I would really like to just access the form on that page.

Is there a way to do this with iframes? Or, I am open to another option...help!

If there is a way to just style the elements that I don't want viewed (like the nav), I am also open to this.

Thanks so much for any help!

For reference here is the website: www.alencorpasia.com/warranty.html

:confused:

Coyotelab
01-15-2009, 07:28 PM
duplicate the form on stand alone page and i frame it on the other website:
<iframe frameborder="0" src="somename.php, html, asp" width="500" height="500" style="border:0;overflow:visible" scrolling="no" allowtransparency="true"></iframe>