I have a question that I can't seem to figure out. I am not sure where to go, so on the advice of a NLUG member I am asking the mailing group.
First let me state that I know very little about jscript and even less about PHP although I think PHP is what I need to complete my task. I now CSS and HTML very well though.
What I want to be able to do is This:
I have a website that basically embeds another website into an iFrame. My site is ran by wordpress displays sponsor logos and event logos in small iFrames on the bottom and left sides of the page. The main area of the page is an iFrame that displays real time content powered by a SQL database from someone else. I do not control the SQL site or real time content. I only control the WordPress site with logo's etc.
I can go into the individual pages and paste the URL into the iframe manually and make it work. This method is much more complex then my administrative user base can be expected to do.
What I want to be able to do is populate the iFrame that shows the real time content by typing in the link for the real time content website into a form field on another html page of my WordPress site within the same domain. This method would allow my user base to actually be able to administrate which real time content stream that they want to display.
I have been able to create a java script to do this within the same html page, but I can't seem to figure out how to carry the variable from the form to a different page. I believe that this is a limitation of the client side language (please correct me if I am wrong), hence why I think this may need to be done in PHP. I know this is possible as it is done so much throughout WordPress; however, I can not find the answer or direction I need to go to make this work.
I would love just to have the answer, but a thrown bone in the right direction would be equally as valued.
Thanks