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
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.