Search found 4 matches

by gua
Wed Oct 26, 2011 5:50 am
Forum: PHP - Code
Topic: no output to page in Iframe
Replies: 7
Views: 638

Re: no output to page in Iframe

I have tested but it seems to work like "die"
and sends an empty (blanc ) page to the client WEB-browser.

Regards
Gunnar
by gua
Tue Oct 25, 2011 7:28 am
Forum: PHP - Code
Topic: no output to page in Iframe
Replies: 7
Views: 638

Re: no output to page in Iframe

Good that I could describe what the problem is!
The code is onely PHP and is executed on the server.
What I need is a PHP command like "die" that will stop
th php-script on Page2.php and NOT send anytyng att all to the client WEB-browser.

Regards
Gunnar
by gua
Mon Oct 24, 2011 4:18 pm
Forum: PHP - Code
Topic: no output to page in Iframe
Replies: 7
Views: 638

Re: no output to page in Iframe

I will try to explain a little better. Page1.php contains a DIV with an Iframe and one form with some input-areas and commit-button. On commit of the form the action page, Page2.php, will write some information into the iframe on page1.php ( witout updateing page1.php). Sometimes an IF-statement ins...
by gua
Sun Oct 23, 2011 4:35 pm
Forum: PHP - Code
Topic: no output to page in Iframe
Replies: 7
Views: 638

no output to page in Iframe

I have an Ifram on one HTML-page (page1.php)with information from another HTML-page(page2.php).The iframe can bee updated with information from a form and databaseinformation on page1. Is it posssibel to stop a php-script in page2.php ("die") witn NO output from that page if I do not want ...