View Single Post

  #4 (permalink)  
Old 04-21-2008
Janwillem Borleffs
 
Posts: n/a
Default Re: javascript in php

Seen schreef:
> open("../moer.html","Moreinfo",toolbar=0,resizable=0,locati on=0,menubar=0,status=0,directories=0,scrollbars=0 )
> </script>
> <!php
> }
> }
> ?>


First thing I notice is the invalid opening tag (<!php instead of
<?php). Is this teh problem or just a typo in your post?


JW
Reply With Quote