Microsoft
Software
Hardware
Network
Question : iframed page to finish without being in an iframe
-----
small.php
-----
if(isset($_POST['submit'])
)
{
$name = $_POST['name'];
$_SESSION['name']= $name;
header("Location: end.php");
}
---------
main.php
--------
<iframe height="400px" width="400px" frameborder="0" scrolling="yes" src="small.php"></iframe>
main.php has an iframe that shows small.php
small.php redirects to end.php in main.php
I want the last page to be end.php
I dont want end.php to be in an iframe
I want to end the iframe
Answer : iframed page to finish without being in an iframe
Why don't you use grep itself??
(-A tells grep to print 5 lines after the context is found)
1:
grep -A5 "exception" detail.log
Random Solutions
Error ORA-1722 when DAO is writing data to an Oracle 11g database
Count grade percentage
My RAM clock speed is off in CPU-Z
Will this drive work in a Dell Latitude D620
Construct and Launch URL
SBS2k8 E-mail alias already exists
Access VBA 2010 - drag and drop on a form
basic question about graphs and gradients
ACT! pad file question
Exchange 2007 OWA causes 2 audit failures on failed login attempt