View Single Post
  #4 (permalink)  
Old 06-30-03, 03:49 PM
Shane Shane is offline
Coding Addict
 
Join Date: Jun 2003
Location: Maryland, US
Posts: 268
Thanks: 0
Thanked 0 Times in 0 Posts
Re: How to delay a frame load

Quote:
Originally posted by nachetex
I have a page with two frames, frame A makes a connection with a database and fills a Session variable with data, this Session var is then used in frame B two to show the data. The problem is that when the connection to internet is slow it seems that frame A takes long time to finish load and the data is not shown in frame B
Like stealth said, you should try putting the asp code in the frameset page.
__________________
Shane Bauer
Microsoft Certified Professional (MCP) - ASP.NET
ASP/ASP.net, C#, VB/VB.NET, PHP, Perl, SQL
Reply With Quote