<a href="XXXX/judicial/jo_letters.php?<?php echo '$COPYLTRS'; ?>" target="Popup" onclick="popup(300,300,1)">View Full</a>
However, I can not seem to get the PHP variable, $COPYLTRS, to display in the popup.
Here is my popup page;
<script language="javascript">
function closefn(){
self.close();
}
</script>
</head>
<body>
<?php
$tarea = $_GET['letters'];
echo $tarea;
?>
<input type="submit" name="Submit" id="button" value="Submit" onclick="closefn();"/>
</body>
I am not sure where else to go. This is my first time doing this, please help me. Thanks in advance!!!

New Topic/Question
Reply




MultiQuote







|