[EMAIL PROTECTED] wrote:
> Its at standard script from http://javascript.internet.com:
Nothing weird here.
> > Where was that described? That's not accurate. You can use midgard
> > withing javascript.
> >
>
> http://www.midgard-project.org/manual/javascript.htm
Ah, what that means is that if you have a variable $something in PHP
(server-side) you cannot access it (directly) in Javascript
(client-side).
You would need to do
<script language="javascript">
jscriptvar = &(somevar);
</script>
> It seems to me that not the script itself in "head" is the problem but
> the call inside the table itself. When I removed the line <script
> language=JavaScript
> type=text/javascript>document.write(GetDatum());</script> and
> entered a date manually it works fine. As this "malfunction" also
> happens when using a static file (called by <script
> language=JavaScript src="/date.js"></script>.
?! Turns out I never removed the IN_SCRIPT patch that is now obsolete.
Could
you pick up
http://www.iris-advies.com/php/Emile.Heyns/language-scanner.lex.patch
and apply that?
Emile
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]