GB_001
03-03-2008, 03:19 PM
Is it possible to open a php include(); from a frame and target the _parent frame?
Thankyou.
-GB
Thankyou.
-GB
|
Click to See Complete Forum and Search --> : PHP include() froam a frame to _parent. GB_001 03-03-2008, 03:19 PM Is it possible to open a php include(); from a frame and target the _parent frame? Thankyou. -GB NogDog 03-03-2008, 08:50 PM Not by PHP alone, since it runs on the server and knows nothing about HTML tags and web browser rendering of same. Depending on what exactly it is you are trying to do, there might be some way of using JavaScript with an AJAX interface to a PHP script to do it, perhaps. webdeveloper.com
Copyright Internet.com Inc., All Rights Reserved. |