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
Windows 2003 DC, want to install DNS but setup fails on missing file(s). (dnsperf.h)
Dell Inspiron 1012 - Multimedia Controller Driver
Citrix Printing issue for only one user
task for mac developer
VBscript for psexec
Outlook Send/Recieve Progress Dialogue Box
Help to decipher/reset BIOS settings on a Gigabyte MB!!!
SATA Operation settiing in BIOS and Intel Rapid Storage Technology
sumif with 2 conditions
VB.Net 2010: ResourceManager.GetObject fails with silent exception on x64