I have converted some HTML code into PHP and now the new window that is supposed to open up does not. I am assisting someone on a project that is developing his pages using DW.
He states that as an HTML file it does open into a new window with no boarders.
Is there something else I need to change in order this new window to display once a user clicks on the hyperlink in PHP?
As it is, it opens a brand new web page instead of a window.
This is the segment of code that is supposed to open a new window:
<br>
</p></td>
<td><div align="center" class="body3">Not sure what your
gait is? <br>
click <a href="gait.php" onClick="MM_openBrWindow('gait.php','','width=725,height=635')">here</a>.</div></td>
</tr>
<tr>