i have a popup window with the extension .php, and it doesnt read the php. it is activated by java , but i figure it should be able to read php .... so after mucking around i'm trying this option. // <?php $blah ?> but it doesnt work . what can i do now?
what are you tying to do? if your trying to say stuff it should be <?php echo ("blah"); ?> or if you want a variable it could be <?php $site ("blah"); echo ("$site"); ?> If you want sumthing else let us know.
$html = "<tr><td><a href=\"blah.blah,blah&term=$stuff\">$stuff</a>
i'm converting a php file to a popup.
Never confuse JavaScript with Java...!
Does it open the popup? if no, there is something wrong with your javascript, if yes come back here with more of your source code ...