View Single Post
  #3 (permalink)  
Old 11-04-09, 12:48 AM
mozart66 mozart66 is offline
Newbie Coder
 
Join Date: Oct 2008
Posts: 28
Thanks: 0
Thanked 0 Times in 0 Posts
Hi!

Thanks! Please find the code below.
HTML Code:
<body bgcolor="#660000" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<MARQUEE bgcolor="#660000" loop="-1" scrollamount="2" width="100%" class="mar_display"><strong>This website was launched officially on October 16, 2008 at the hands of Shri Prataprao Pawar, Chairman, Sakal Papers.</strong></MARQUEE>

<script language="JavaScript">
<!--
function doThis(){
top.document.location.replace("mainmenu_kb.html")
}
//-->
</script>

<table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
  <tr>
    <td align="center" valign="top"><table width="781" border="0" cellspacing="0" cellpadding="0">
      <tr>
        <td align="center" valign="center">
           <a href="mainmenu_kb.html"><img width="781" height="81" border="0" src="http://www.hotscripts.com/forums/images/name.jpg" name="banner1" alt="Click ANYWHERE on the screen to enter the website!"></a>
        </td>
      </tr>
      <tr>
        <td align="center" valign="top">
<span style="cursor:pointer"><OBJECT ID="MediaPlayer" WIDTH="640" HEIGHT="480" CLASSID="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95"
STANDBY="Loading Windows Media Player components..." TYPE="application/x-oleobject" onmousedown="doThis()">
<PARAM NAME="FileName" VALUE="videos/cover_page.wmv">
<PARAM name="ShowControls" VALUE="false">
<param name="ShowStatusBar" value="false">
<PARAM name="ShowDisplay" VALUE="false">
<PARAM name="autostart" VALUE="true">
<EMBED TYPE="application/x-mplayer2" SRC="videos/cover_page.wmv" NAME="MediaPlayer"
WIDTH="640" HEIGHT="480" ShowControls="0" ShowStatusBar="0" ShowDisplay="0" autostart="true"> </EMBED>
</OBJECT></span>

         </td>
      </tr>
          </table></td>
      </tr>

      <tr class="lightbluetable">
        <td height="20" align="center" nowrap class="footer">Copyright &copy; 2008. Kalyani Bondre. All rights reserved. Site Designed &amp; Developed By: <a href="mailto:email2manju@gmail.com" target="_blank" class="footer"> Manjusha Wadekar</a>. Last Updated: May 2009</td>
      </tr>
    </table></td>
  </tr>
</table>
<map name="Map">
  <area shape="rect" coords="616,61,735,78" href="mainmenu_kb.html" alt="Click here to enter!">
</map>
</body>
Can you figure out the problem? Thank you in advance!

Mozart66

Last edited by therocket954; 11-04-09 at 08:20 AM. Reason: wrapped code
Reply With Quote