M
Matt Baker
Guest
You shouldn't be going down the path of mixing any sort of server side logic with HTML. You should be looking to follow the principle of "separation of concerns". The HTML and its corresponding .css file is for display. Use a the REST Adapter for classic AppServer, or better yet, if you have a PASOE license, create a REST service to serve data. And use javascript with ajax to fetch and process the data. This is a bit more complicated a setup than WebSpeed, but long term you'll be much happier with the outcome.
Continue reading...
Continue reading...