how do I use self.opener to open a new page
Posted: Wed Nov 26, 2003 1:20 pm
Can someone explain to me how to open a new page in a frame from a popup window? Thanx.
A community of PHP developers offering assistance, advice, discussion, and friendship.
http://forums.devnetwork.net/
Code: Select all
<form action="jobchildadd.php" method="get" name="FormName" target="itemdetail">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr class='jobstable' id='jobstable'>
<td bgcolor="#888888"><b>Closing Notes for Job No:<?php echo ("$job_id"); ?></b></td>
</tr>
<tr>
<td bgcolor="#eeeeee">
<p><textarea name="solution" rows="4" cols="40" style="border:#0066cc 1px solid"></textarea></p>
</td>
</tr>
<tr class='jobstable' id='jobstable'>
<td bgcolor="#99ccff">
<input type="hidden" name="job_id" value='<?php echo ("$job_id"); ?>' border="0"><font face="Arial,Helvetica,Geneva,Swiss,SunSans-Regular"><b>
Notify change by Email</b></font><input type="checkbox" name="send_mail" value="Yes" border="0">
<input type="submit" name="submitButtonName" onclick="Submitform(); top.close()"