hi all,
can anyone point me to where or how i can put a loading message placeholder in a frame that it itself contains multiple frames? i can't really explain it to well, so i through up a demo and hopefully you'll see what i am trying to do.
http://k.domaindlx.com/bslintx/check...list_frame.asp
the left frame will contain server side script that builds javascript trees...some may be quite large so i'd like to hava loading message until the frame completely loads
the demo only has the original authors example of outlook pics loading...i left that in there to demonstrate the delay...i would put my stuff in there but it's a freebie asp site and a pain to load ...so hopefully this will do...any help is greatly appreciated
here is the left frame content...well structure
if i need to post other source, please let me know...thanks
Code:<HTML> <HEAD> <META HTTP-EQUIV="Content-Type" content="text/html; charset=iso-8859-1"> <TITLE>Menu</TITLE> <script type="text/javascript" src="javascripts/create_tree.js"></script> </HEAD> <frameset cols="100%" rows="25,0,25,0,25,0,25,*" frameborder="0" framespacing="0" ID="CategoryBar"> <frame src="category_tab_links.asp" name="CategoryBarTab_Links" marginwidth="0" framespacing="0" marginheight="0" scrolling="no" frameborder="0"> <frame src="category_menu_links.asp" name="CategoryBarMenu_Links" marginwidth="0" framespacing="0" marginheight="0" scrolling="auto" frameborder="0"> <frame src="CategoryBarTab_Outlook.asp" name="CategoryBarTab_Outlook" marginwidth="0" framespacing="0" marginheight="0" scrolling="no" frameborder="0"> <frame src="CategoryBarMenu_Outlook.asp" name="CategoryBarMenu_Outlook" marginwidth="0" framespacing="0" marginheight="0" scrolling="auto" frameborder="0"> <frame src="category_tab_mail.asp" name="CategoryBarTab_Mail" marginwidth="0" framespacing="0" marginheight="0" scrolling="no" frameborder="0"> <frame src="category_menu_mail.asp" name="CategoryBarMenu_Mail" marginwidth="0" framespacing="0" marginheight="0" scrolling="auto" frameborder="0"> <frame src="category_tab_default.asp" name="CategoryBarTab_Other" marginwidth="0" framespacing="0" marginheight="0" scrolling="no" frameborder="0"> <frame src="category_menu_default.asp" name="CategoryBarMenu_Other" marginwidth="0" framespacing="0" marginheight="0" scrolling="auto" frameborder="0"> </frameset> </HTML>





Bookmarks