OldManRiver Posted January 11, 2010 Share Posted January 11, 2010 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 Quote Link to comment Share on other sites More sharing options...
oni-kun Posted January 11, 2010 Share Posted January 11, 2010 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. Quote Link to comment Share on other sites More sharing options...
OldManRiver Posted January 12, 2010 Author Share Posted January 12, 2010 OK, Hey seems to be working, but still testing. Thanks! OMR Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.