S
Scott
The below html code successfully opened a popup window (defined size, no
address bar), however, when it is clicked over and over on the main page,
multiple windows end up open. Is there a way to insert a code that would
simply bring the open window into focus when the link is clicked. This is
for a calculator that a user would want to keep open in the background.
However, feedback suggests that instead of clicking on the open window, most
users click the original link.
<tr>
<td align="center" height="75%">
Click below for link<br>
<input type="button" value="View calculator" class="Calc_InputButton"
onclick="window.open('WEB PAGE', '', 'height=600,width=800')">
</td>
</tr>
address bar), however, when it is clicked over and over on the main page,
multiple windows end up open. Is there a way to insert a code that would
simply bring the open window into focus when the link is clicked. This is
for a calculator that a user would want to keep open in the background.
However, feedback suggests that instead of clicking on the open window, most
users click the original link.
<tr>
<td align="center" height="75%">
Click below for link<br>
<input type="button" value="View calculator" class="Calc_InputButton"
onclick="window.open('WEB PAGE', '', 'height=600,width=800')">
</td>
</tr>