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
Access Table to Excel Spreadsheet
What is the next number of this number sequence? - General Math Question
do you know a function like $notes = nl2br( $_POST['notes'] ); in ASP?
How Can I Downgrade my VMWare Fusion for Mac?
vbscript create shortcut script, not completing script, no errors, code attached
Unable to set send-as for Bes Express 5.01 on Exchange 2010
server name
HP SAN drive fail
Why does my outlook show three tasks for every email I mark?
WCF Problem: The private key is not present in the X.509 certificate.