View Single Post
  #1 (permalink)  
Old 06-27-03, 04:25 AM
nachetex nachetex is offline
New Member
 
Join Date: Jun 2003
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
How to delay a frame load

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
Reply With Quote