Forum Moderators: open

Message Too Old, No Replies

Javascript help

Javascript to HTML placed on page

         

jp_css

7:44 pm on Feb 23, 2004 (gmt 0)

10+ Year Member



I have a javascript that produces html code. I was wondering if it was possible to process the javascript, take this html code, and place the html code on a page rather than having any javascript? I have tried various things with php, but with no success.

jp_css

4:26 am on Feb 24, 2004 (gmt 0)

10+ Year Member



Anyone have any clue what I am saying?

BlobFisk

6:04 pm on Feb 24, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



I don't think that this is possible... JavaScript is client-side and is processed by the client. A server-side language would seem to be the best tool for this situation.

HTH