Forum Moderators: open
I'm not sure I entirely understand what you mean, but perhaps something like this:
<script type="text/javascript"> <?php if(/*whatever you need to check here*/) { echo "alert('foo');"; } ?> </script>