Hello all,
I am trying to open a window with some necessay information linked with the data in the previous window. Here is the code of report.php
<td align = "center">
<a href="javascript:popUp(text.php?Report=<?echo $record?>)" target = "report">Link</a>
</td>
What I get in the location (address) bar of popup:
javascript:popUp(text.php?Report=1)
I must be missing something. Could somebody please help me?