Is it possible to access, read, and display a single database value from inside of a standard XHTML page without changing the page extension from .HTML? I know I could change it to ASP, ASPX, PHP, etc. and do it that way, but I would like to preserve the existing URL structure. I realize I could also do it in an IFRAME, but the value being returned may be differing sizes. What are my options experts?
Thanks!