Click to See Complete Forum and Search --> : HTML generation


Manwe
04-26-2007, 09:12 PM
HI all,

I need a solution for the following scenario:

1. I have to generate an HTML table with different kind of text messages.
2. This code has to be generated on the fly
3. I can not use direct server-side code to do it


I have it solved for image because I can do this:

<img src="http://www.mysite.com/genmydynamicimage.php">

Is there a way to do the same using HTML text as a result?

4. I can not use <iframe> tag

Thanks,

Carles.