i have two framesets like below
<FRAMESET ROWS="*, 0">
<FRAME SRC="index.php" FRAMEBORDER=0 id="contentfrm" name="contentfrm">
<FRAME SRC="music.php" FRAMEBORDER=0 id="musicfrm" name="musicfrm" NORESIZE SCROLLING="no" >
</noframes>
</FRAMESET><noframes></noframes>
My first frame is website with full screen,second frame have some music player,
so when user clicking on first frame link i need to add some loading animation for full page,
i can track the click event of the first frame site within second frame.
but i don't know how to append some contents to html of page for 4-5 seconds (html of the current page not the frame ).
can anyone tell me how to cover the page(append some html to page for little time) for 5-6 second when i click on first frameset link thank you