theflyingminstr
11-30-2009, 07:52 PM
Hi, I am completely aware that Framesets are an outdated way of designing these days (I don't have time to redesign the site now), but I have a question:.
Is there a way I can have a "Please wait.. Loading.." message of some sort on the "contents.html" frameset? It takes a while to load..
<html>
<head>
</head>
<frameset rows="130,*" framespacing="0" border="0" frameborder="0">
<frame name="banner" scrolling="no" noresize target="contents" src="title.html">
<frameset cols="523,493">
<frame name="contents" target="main" src="contents.html" scrolling="auto">
<frame name="main" src="letters.html" scrolling="auto">
</frameset>
<noframes>
<body>
<p>This page uses frames, but your browser doesn't support them.</p>
</body>
</noframes>
</frameset>
</html>
Thanks so much.
Is there a way I can have a "Please wait.. Loading.." message of some sort on the "contents.html" frameset? It takes a while to load..
<html>
<head>
</head>
<frameset rows="130,*" framespacing="0" border="0" frameborder="0">
<frame name="banner" scrolling="no" noresize target="contents" src="title.html">
<frameset cols="523,493">
<frame name="contents" target="main" src="contents.html" scrolling="auto">
<frame name="main" src="letters.html" scrolling="auto">
</frameset>
<noframes>
<body>
<p>This page uses frames, but your browser doesn't support them.</p>
</body>
</noframes>
</frameset>
</html>
Thanks so much.