I have a menu generated by a .pm file that has to be perl because I am passing some things back and forth.
My page looks like this.
Large windo
IFrame
IFrame
the first IFrame is my menu and the second is the results frame for the menu item I clicked.
I need to populate my menu with data from a database that I have and then need it to go across the first IFrame to the 2nd IFrame.
Is it possible to insert the menu_data into my perl module and then use perl variables to populate the menu items? If so then will it be possiblem for me to go across frames?