Quote:
|
Originally Posted by PhilC
Quote:
|
Originally Posted by Culland
Another thought is what happens if you write PHP into innerHTML?
|
You can't do that. There's nothing in any browser that will parse PHP. Parsing PHP is exclusively serverside.
|
Well I tested and it works, which is likely because writing the DIV causes a server query. See my code above, where I implimented the idea.
Cul