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
converting mp3 to ringtones for iPhone
Oracle forms and reports in Oracle 10g
CBT for lotus notes 8.5 and sametime 8.5
802.1q trunk
2008 query in 2000
Redistributing RIP into OSPF non-contiguous subnets.
Upgrade mixed mode Windows 2000 forest/domain to Windows 2008 R2 forest/domain
How do I decide on the hardware components required for assembling a CPU for Development purpose (Microsoft & Adobe Technologies).
How do I hide site tabs from certain users?
ipconfig shows lots of "tunnel adapters", what are they?