geuis
06-29-2003, 02:26 PM
I would like to create a single HTML file that contains coding for 2 frames but also contains code to write a separate HTML page to the top frame.
In my experience, I've always had to create the frames file separately from the actual html files that are loaded into the frames. This time, I want to create a single file that my users will double-click to open from an email attachment.
There is an external page that is going to load in the bottom frame, but I have a small auto-email generating utility I want to include in the top frame, but without having to include it as a separate attachment. That is the code that I want a script to write to that frame window.
Mainly, I would like to know if it is possible to include additional html/javascript in the same file with <FRAME>'s. If so, I would love to see just a sample of an example, or a link to where I can find more. Thanks for any help.
In my experience, I've always had to create the frames file separately from the actual html files that are loaded into the frames. This time, I want to create a single file that my users will double-click to open from an email attachment.
There is an external page that is going to load in the bottom frame, but I have a small auto-email generating utility I want to include in the top frame, but without having to include it as a separate attachment. That is the code that I want a script to write to that frame window.
Mainly, I would like to know if it is possible to include additional html/javascript in the same file with <FRAME>'s. If so, I would love to see just a sample of an example, or a link to where I can find more. Thanks for any help.