I have a requirement where I want to include a frameset in my
Module.html file. But some how my onModuleLoad is not getting called
when I load the page. Here is what I am including in my Module.html
file and I do have calls to onLoad function in each of these HTML
includes.


<frameset id="masterFrameset" rows="*,0%,0%" frameborder="NO"
border="0" framespacing="0">
                <frame Name="FlashFrame" src="FlashRQ.html" scrolling="NO"
noresize>
                <frame Name="HtmlFrame" src="StartupRQ.html" scrolling="NO"
noresize>
                <frame Name="BroadcastFrame" src="BroadcastFrame.html"
scrolling="NO" noresize>
</frameset>


here is the code for FlashRQ.html:




<BODY bgcolor="#000000" topmargin="0" leftmargin="0"
onUnload="unloadWindow();" onLoad="FocusFlash()">
                <div name="DivLoading" id="DivLoading" style="position:absolute;
width:100%; height:100%; z-index:7; left: 0; top: 0; visibility:
visible;">
                        <object 
classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="https://active.macromedia.com/flash2/cabs/
swflash.cab#version=7.0.19.0" width=100% height=100%
name="Loading_Flash" id="Loading_Flash">
                                <param name=movie value="/flash/Blank.swf">
                                <param name=quality value=high>
                                <param name=scale value=exactfit>
                                <param name=bgcolor value=#FFFFFF>
                                <param name=menu value=false>
                                <embed src="/flash/Blank.swf" quality=high 
scale=exactfit
bgcolor=#FFFFFF menu=false width=100% height=100% type="application/x-
shockwave-flash" pluginspage="https://www.macromedia.com/shockwave/
download/index.cgi?P1_Prod_Version=ShockwaveFlash"
name="Loading_Flash" swliveconnect="true" id="Loading_Flash"></embed>
                        </object>
                </div>
</BODY>


Please help me...

Thanks,
Sajil Koroth
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to