twohawks 0 Newbie Poster

I am still looking for other solutions, but may do well to add this...

If the page is not being server-parsed I receive the same error.
So for instance, take a .htm file with the xml declaration,
when I add...
AddHandler server-parsed .htm
...the error goes away.

Cheers,
TwoHawks

twohawks 0 Newbie Poster

I use FluBB (fluxbb.org) for a community - school.
I am surprised no one mentioned drupal, ...if you found joomla I would guess you probably looked into it already as well, but it should eb mentioned.

twohawks 0 Newbie Poster

I am looking for the same solution.
The details are I am fetching a file via ajax, much as you would an iframe. The file opens in an 'ajaxwin' window layer above the parent dhtml document (floating div essentially).

The problem is that if your external page contains a JavaScript that dynamically outputs something on runtime in that page, for example:

document.write("My name is John")

That output will not shown up when it's included on the main page via Ajax, as this is a runtime operation, which Ajax isn't (it's asynchronous or dynamic).

Here is a link to a fuller description of the issue:
Populating DHTML Widget window.

This will be interesting if someone knows what to do with this ;^)
Cheers,
TwoHawks