Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

span question??

Status
Not open for further replies.

anyideas

Programmer
May 2, 2002
127
GB
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=&quot;spnTblHistory&quot; id=&quot;spnTblHistory&quot;>
<!-- #include file =&quot;tables\tblCustomerHistory.asp&quot; -->
</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
 
Hi sjravee

You mean using an iframe to transport the info back and forth?

Mark
 
well thats one way, you can also use off screen popup windows (probably better to use iframe if you can though). I saw an implementation that also works in Netscape, ill try find the link and ill put it on this thread
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top