Jump to content

Quick Iframe form


OldManRiver

Recommended Posts

All,

 

I lost the sample IFrame form I had that, based on a menu, changes the .php or .html file being called for content in the IFrame.

 

Anyone with a link to a simple $PHP_SELF processing version of this please add URL here.

 

Thanks!

 

OMR

 

It's hard for someone else to have a random script of that by chance. What are you looking for it to do? If you're wanting for a menu or form to be outputted into an IFRAME, with HTML you can put the form as target=iframe.

<a href="http://www.yahoo.com" target="iframe">Yahoo.com</a> |
<a href="http://www.aol.com" target="iframe">AOL.com</a> |
<a href="http://www.lycos.com" target="iframe">Lycos.com</a> |
<a href="http://www.altavista.com" target="iframe">AltaVista.com</a>

<p>
<iframe
name="iframe"
width="600"
height="400"
src="http://www.yahoo.com"
frameborder="3"
scrolling="yes" >
</iframe>

 

Anyway.. this is more an HTML question.

Link to comment
https://forums.phpfreaks.com/topic/187994-quick-iframe-form/#findComment-992485
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.