Hi, thank you for responding. Because I am using the following javascript. I am getting a parse error from the php code.
I am encoding the javascript in the upper area with some regular html code and in the middle of that I am coding my php.
<SCRIPT LANGUAGE="JavaScript">
<!--
function MM_openBrWindow(theURL,winName,features) { //v2.0
window.open(theURL,winName,features);
}
// -->
</SCRIPT>
other html code...............
some php code................
I have just tried the following as well as your variation.
echo ("<td><a href='#' onClick=\'MM_openBrWindow('pics/",
. $row["fn18"] .
," ',' ','width=650,height=650') ">Pics</a></td>\n");
I still can't find which s/d quote is causing the problem.
Whether I use printf or echo it still does not work.
Thanks!