Hello,
I wrote a few php classes that generate keywords from a string. This string is loaded from a database onto a lightbox iframe which can be selectively opened and closed by a user. All of the keywords are consolidated into one php variable. Because of the way php is structured, I can only manipulate the meta keywords of the page loading within the iframe and not that of the parent window. Unfortunately, my JavaScript abilities are lacking to say the least; would anyone be kind enough to show me how to manipulate the parent window meta keywords using the keyword list I derive from within an iframe? Or at least point me in the direction of a beginners tutorial for such a task? Thank you.
Max