I have a span in an asp page and at the moment I do the follwing:
The include file pulls info from a database.
<span name="spnTblHistory" id="spnTblHistory">
<!-- #include file ="tables\tblCustomerHistory.asp" -->
</span>
The problem: I need to reload the info from the database and refeash only the span - theres a good reason why only the span.
Because the span info is dymanically loaded from the database, I don't want to use an Iframe and restict the height of an iframe.
Any ideas?
Thanks
Mark
The include file pulls info from a database.
<span name="spnTblHistory" id="spnTblHistory">
<!-- #include file ="tables\tblCustomerHistory.asp" -->
</span>
The problem: I need to reload the info from the database and refeash only the span - theres a good reason why only the span.
Because the span info is dymanically loaded from the database, I don't want to use an Iframe and restict the height of an iframe.
Any ideas?
Thanks
Mark