Hi,
I've never fully tested this in frontpage, since I rather use Allaire Homesite, however my brother likes to maintain the design of pages I've created in PHP, with Frontpage, and I've used those tags:
<script language="php">
echo "<p>Hello</p>\n";
</script>
PHP likes it, and Frontpage ignores it, the perfect solution for your problem I think. Got this from PHP's manual.