Hi Benjamin

You where right about the php. All that I added to the file to fix the
problem was to add ?> and <?php between the style  and mainframe tags:
   </style>\n";
?>
<?php

 $mainframe->addCustomHeadTag($html);

It works.Knock on wood....

Janet


  -----Original Message-----
  From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Behalf Of Benjamin Sterling
  Sent: Thursday, March 01, 2007 7:57 PM
  To: jQuery Discussion.
  Subject: Re: [jQuery] Path problem with Imagebox


  Janet,
  I am just jumping in here, but those errors you are getting are php
errors.  So, if you need to add the javascript code to the page, you need to
make sure you put it outside of the php tags.

  <?php

  ?>

  <script>
  </script>


  --
  Benjamin Sterling
  http://www.KenzoMedia.com
  http://www.KenzoHosting.com
_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/

Reply via email to