Hi,
 
I have an aspx page containing multiple frames. The code for the main page that 
includes the frame set is as follows. Is it possible to entirely load a frame 
before the other one starts to load? Here I want to load frmMap.aspx entirely 
before frmRight.aspx starts to load, because in frmRight.aspx' s body onload I 
am accessing some map objects etc. How to proceed?
 
<frameset rows="60,*" cols="*" framespacing="0" frameborder="NO" border="0" 
id="frsTop">
 <frame src="frmTop.aspx" name="fraTop" frameborder="no" scrolling="no">
 <frameset rows="*" cols="*,170" framespacing="0" frameborder="NO" border="0" 
id="frsLeftMain">
  <frameset rows="25,*" cols="*" framespacing="0" frameborder="NO" border="0" 
id="frsMain">
   <frame src="frmToolbar.aspx" name="fraToolbar" scrolling="no" noresize>
   <frame src="frmMap.aspx" name="fraMap" scrolling="no">
  </frameset>
  <frame src="frmRight.aspx" name="fraRight" scrolling="no">
 </frameset>
</frameset>

                
---------------------------------
Discover Yahoo!
 Find restaurants, movies, travel & more fun for the weekend. Check it out!

[Non-text portions of this message have been removed]



 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/AspClassicAnyQuestionIsOk/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to