faqts : Computers : Programming : Languages : JavaScript : Frames

+ Search
Add Entry AlertManage Folder Edit Entry Add page to http://del.icio.us/
Did You Find This Entry Useful?

3 of 36 people (8%) answered Yes
Recently 0 of 10 people (0%) answered Yes

Entry

How can I handle the 'frames in different domains' problem, if the file is a php file and not a simple html?

Aug 29th, 2000 07:33
Martin Honnen, Gyula Roman,


It doesn't matter on the client side whether the currently loaded 
document is a static .html page or a dynamically generated page. Just 
make sure that you php generates the SCRIPT sections you would include 
statically.