corylulu Posted October 10, 2007 Share Posted October 10, 2007 Okay, so right now I have a page that I am trying to build, a piece of a much larger one, but heres what it needs to do. I have 3 IFRAMES set up that all have individual names all on the same page. on top of those 3 IFRAMES is a form that submits a URL to the IFRAMES with a drop down box to select which IFRAME to send it too. My problem is although, I have no way to store what page the IFRAME are on when they are brought to a new site, so when sumitting the URL it will refresh the screen and lose the information from the other IFRAMES and bring them back to there default page or the page they were last changed too. So I am looking for a way NOT to refresh the screen and reset everything while still being able to submit the URL Quote Link to comment https://forums.phpfreaks.com/topic/72635-help-with-form-recieved-information/ Share on other sites More sharing options...
freakstyle Posted October 10, 2007 Share Posted October 10, 2007 by your description, what you're looking for would be done using php and ajax. you really should stay away from i frames, if you want to include different content into one page you should use server side includes, here's some helpful links: http://us2.php.net/include_once http://script.aculo.us/ good luck Quote Link to comment https://forums.phpfreaks.com/topic/72635-help-with-form-recieved-information/#findComment-366213 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.