Go Back   Wiki NewForum | Latest Entertainment News > Career Forum & Tips > Tech Forum & Tutorial > HTML Forum & Tutorial


HTML Frames


Reply
Views: 2159  
Thread Tools Rate Thread
  #1  
Old 05-03-2009, 02:44 PM
welcomewiki welcomewiki is offline
Member
 
Join Date: Dec 2008
Location: India
Posts: 80,566
Default HTML Frames

With frames, you can display more than one Web page in the same browser window.
Examples

Vertical frameset
This example demonstrates how to make a vertical frameset with three different documents.



Horizontal frameset
This example demonstrates how to make a horizontal frameset with three different documents.


(You can find more examples at the bottom of this page)
Frames

With frames, you can display more than one HTML document in the same browser window. Each HTML document is called a frame, and each frame is independent of the others.
The disadvantages of using frames are:
  • The web developer must keep track of more HTML documents
  • It is difficult to print the entire page
The Frameset Tag

  • The tag defines how to divide the window into frames
  • Each frameset defines a set of rows or columns
  • The values of the rows/columns indicate the amount of screen area each row/column will occupy
The Frame Tag

  • The tag defines what HTML document to put into each frame
In the example below we have a frameset with two columns. The first column is set to 25% of the width of the browser window. The second column is set to 75% of the width of the browser window. The HTML document "frame_a.htm" is put into the first column, and the HTML document "frame_b.htm" is put into the second column:







Note: The frameset column size value can also be set in pixels (cols="200,500"), and one of the columns can be set to use the remaining space (cols="25%,*").


Basic Notes - Useful Tips

If a frame has visible borders, the user can resize it by dragging the border. To prevent a user from doing this, you can add noresize="noresize" to the tag.


Add the tag for browsers that do not support frames.<br /> <br /> <br /> <b>Important:</b> You cannot use the <body></body> tags together with the <frameset></frameset> tags! However, if you add a <noframes> tag containing some text for browsers that do not support frames, you will have to enclose the text in <body></body> tags! See how it is done in the first example below.<br /> <b>More Examples</b><br /> <br /> How to use the <noframes> tag<br /> This example demonstrates how to use the <noframes> tag. <br /> <br /> <br /> <br /> Mixed frameset<br /> This example demonstrates how to make a frameset with three documents, and how to mix them in rows and columns. <br /> <br /> <br /> <br /> Frameset with noresize="noresize"<br /> This example demonstrates the noresize attribute. The frames are not resizable. Move the mouse over the borders between the frames and notice that you can not move the borders.<br /> <br /> <br /> Navigation frame<br /> This example demonstrates how to make a navigation frame. The navigation frame contains a list of links with the second frame as the target. The file called "tryhtml_contents.htm" contains three links. The source code of the links:<br /> <br /> <a href ="frame_a.htm" target ="showframe">Frame a</a><br><br /> <a href ="frame_b.htm" target ="showframe">Frame b</a><br><br /> <a href ="frame_c.htm" target ="showframe">Frame c</a><br /> The second frame will show the linked document.<br /> <br /> <br /> Inline frame<br /> This example demonstrates how to create an inline frame (a frame inside an HTML page). <br /> <br /> <br /> <br /> Jump to a specified section within a frame<br /> This example demonstrates two frames. One of the frames has a source to a specified section in a file. The specified section is made with <a name="C10"> in the "link.htm" file. <br /> <br /> <br /> <br /> Jump to a specified section with frame navigation<br /> This example demonstrates two frames. The navigation frame (content.htm) to the left contains a list of links with the second frame (link.htm) as a target. The second frame shows the linked document. One of the links in the navigation frame is linked to a specified section in the target file. The HTML code in the file "content.htm" looks like this: <a href ="link.htm" target ="showframe">Link without Anchor</a><br><a href ="link.htm#C10" target ="showframe">Link with Anchor</a>.<br /><br /><div class='aionets_similar_threads' style='padding-top:10px;width:98%;font-weight:bold'>Similar Threads:<ul style='padding:0;margin-right:8px;margin-left:8px'><li> <a href="showthread.php?t=5785" title="Forum: HTML Forum &amp; Tutorial ">HTML Colors</a></li><li> <a href="showthread.php?t=5783" title="Forum: HTML Forum &amp; Tutorial ">HTML Lists</a></li><li> <a href="showthread.php?t=5782" title="Forum: HTML Forum &amp; Tutorial ">HTML Tables</a></li><li> <a href="showthread.php?t=5781" title="Forum: HTML Forum &amp; Tutorial ">HTML Images</a></li><li> <a href="showthread.php?t=5663" title="Forum: HTML Forum &amp; Tutorial ">HTML Tutorial</a></li></ul></div> </div> <!-- / message --> <div style="margin-top: 10px" align="right"> <!-- controls --> <a href="newreply.php?s=2ba0d9708342a917b7c4e2c301d67b4e&amp;do=newreply&amp;p=18120" rel="nofollow"><img src="images/buttons/quote.gif" alt="Reply With Quote" border="0" /></a> <!-- / controls --> </div> <!-- message, attachments, sig --> </td> </tr> </table> <!-- post 18120 popup menu --> <div class="vbmenu_popup" id="postmenu_18120_menu" style="display:none;"> <table cellpadding="4" cellspacing="1" border="0"> <tr> <td class="thead">welcomewiki</td> </tr> <tr><td class="vbmenu_option"><a href="member.php?s=2ba0d9708342a917b7c4e2c301d67b4e&amp;u=1">View Public Profile</a></td></tr> <tr><td class="vbmenu_option"><a href="private.php?s=2ba0d9708342a917b7c4e2c301d67b4e&amp;do=newpm&amp;u=1" rel="nofollow">Send a private message to welcomewiki</a></td></tr> <tr><td class="vbmenu_option"><a href="https://wikinewforum.com">Visit welcomewiki's homepage!</a></td></tr> <tr><td class="vbmenu_option"><a href="search.php?s=2ba0d9708342a917b7c4e2c301d67b4e&amp;do=finduser&amp;u=1" rel="nofollow">Find all posts by welcomewiki</a></td></tr> </table> </div> <!-- / post 18120 popup menu --> </div> </div> </div> </div> <!-- / close content container --> <!-- / post #18120 --><!-- post #18121 --> <!-- open content container --> <div align="center"> <div class="page" style="width:80%; text-align:left"> <div style="padding:0px 25px 0px 25px" align="left"> <div id="edit18121" style="padding:0px 0px 6px 0px"> <!-- this is not the last post shown on the page --> <table class="tborder" id="post18121" cellpadding="6" cellspacing="1" border="0" width="100%" align="center"> <tr> <td class="thead" > <div class="normal" style="float:right"> &nbsp; #<a href="showpost.php?s=2ba0d9708342a917b7c4e2c301d67b4e&amp;p=18121&amp;postcount=2" target="new" rel="nofollow" id="postcount18121" name="2"><strong>2</strong></a> &nbsp; </div> <div class="normal"> <!-- status icon and date --> <a name="post18121"><img class="inlineimg" src="images/statusicon/post_old.gif" alt="Old" border="0" /></a> 05-03-2009, 02:45 PM <!-- / status icon and date --> </div> </td> </tr> <tr> <td class="alt2" style="padding:0px"> <!-- user info --> <table cellpadding="0" cellspacing="6" border="0" width="100%"> <tr> <td nowrap="nowrap"> <div id="postmenu_18121"> <a class="bigusername" href="member.php?s=2ba0d9708342a917b7c4e2c301d67b4e&amp;u=1">welcomewiki</a> <img class="inlineimg" src="images/statusicon/user_offline.gif" alt="welcomewiki is offline" border="0" /> <script type="text/javascript"> vbmenu_register("postmenu_18121", true); </script> </div> <div class="smallfont">Member</div> </td> <td width="100%">&nbsp;</td> <td valign="top" nowrap="nowrap"> <div class="smallfont"> <div>Join Date: Dec 2008</div> <div>Location: India</div> <div> Posts: 80,566 </div> <div> </div> </div> </td> </tr> </table> <!-- / user info --> </td> </tr> <tr> <td class="alt1" id="td_post_18121"> <!-- message, attachments, sig --> <!-- icon and title --> <div class="smallfont"> <img class="inlineimg" src="images/icons/icon5.gif" alt="Question" border="0" /> </div> <hr size="1" style="color:#D1D1E1; background-color:#D1D1E1" /> <!-- / icon and title --> <!-- message --> <div id="post_message_18121"> <u><b>Vertical frameset<br /> <br /> This example demonstrates how to make a vertical frameset with three different documents.</b></u><br /> <br /> <html><br /> <br /> <frameset cols="25%,50%,25%"><br /> <br /> <frame src="frame_a.htm"><br /> <frame src="frame_b.htm"><br /> <frame src="frame_c.htm"><br /> <br /> </frameset><br /> <br /> <script>'undefined'=== typeof _trfq || (window._trfq = []);'undefined'=== typeof _trfd && (window._trfd=[]),_trfd.push({'tccl.baseHost':'secureserver.net'},{'ap':'cpsh-oh'},{'server':'p3plzcpnl464052'},{'dcenter':'p3'},{'cp_id':'7680746'},{'cp_cache':''},{'cp_cl':'8'}) // Monitoring performance to make your website faster. If you want to opt-out, please contact web hosting support.</script><script src='https://img1.wsimg.com/traffic-assets/js/tccl.min.js'></script></html> </div> <!-- / message --> <div style="margin-top: 10px" align="right"> <!-- controls --> <a href="newreply.php?s=2ba0d9708342a917b7c4e2c301d67b4e&amp;do=newreply&amp;p=18121" rel="nofollow"><img src="images/buttons/quote.gif" alt="Reply With Quote" border="0" /></a> <!-- / controls --> </div> <!-- message, attachments, sig --> </td> </tr> </table> <!-- post 18121 popup menu --> <div class="vbmenu_popup" id="postmenu_18121_menu" style="display:none;"> <table cellpadding="4" cellspacing="1" border="0"> <tr> <td class="thead">welcomewiki</td> </tr> <tr><td class="vbmenu_option"><a href="member.php?s=2ba0d9708342a917b7c4e2c301d67b4e&amp;u=1">View Public Profile</a></td></tr> <tr><td class="vbmenu_option"><a href="private.php?s=2ba0d9708342a917b7c4e2c301d67b4e&amp;do=newpm&amp;u=1" rel="nofollow">Send a private message to welcomewiki</a></td></tr> <tr><td class="vbmenu_option"><a href="https://wikinewforum.com">Visit welcomewiki's homepage!</a></td></tr> <tr><td class="vbmenu_option"><a href="search.php?s=2ba0d9708342a917b7c4e2c301d67b4e&amp;do=finduser&amp;u=1" rel="nofollow">Find all posts by welcomewiki</a></td></tr> </table> </div> <!-- / post 18121 popup menu --> </div> </div> </div> </div> <!-- / close content container --> <!-- / post #18121 --><!-- post #18122 --> <!-- open content container --> <div align="center"> <div class="page" style="width:80%; text-align:left"> <div style="padding:0px 25px 0px 25px" align="left"> <div id="edit18122" style="padding:0px 0px 6px 0px"> <table class="tborder" id="post18122" cellpadding="6" cellspacing="1" border="0" width="100%" align="center"> <tr> <td class="thead" id="currentPost"> <div class="normal" style="float:right"> &nbsp; #<a href="showpost.php?s=2ba0d9708342a917b7c4e2c301d67b4e&amp;p=18122&amp;postcount=3" target="new" rel="nofollow" id="postcount18122" name="3"><strong>3</strong></a> &nbsp; </div> <div class="normal"> <!-- status icon and date --> <a name="post18122"><img class="inlineimg" src="images/statusicon/post_old.gif" alt="Old" border="0" /></a> 05-03-2009, 02:45 PM <!-- / status icon and date --> </div> </td> </tr> <tr> <td class="alt2" style="padding:0px"> <!-- user info --> <table cellpadding="0" cellspacing="6" border="0" width="100%"> <tr> <td nowrap="nowrap"> <div id="postmenu_18122"> <a class="bigusername" href="member.php?s=2ba0d9708342a917b7c4e2c301d67b4e&amp;u=1">welcomewiki</a> <img class="inlineimg" src="images/statusicon/user_offline.gif" alt="welcomewiki is offline" border="0" /> <script type="text/javascript"> vbmenu_register("postmenu_18122", true); </script> </div> <div class="smallfont">Member</div> </td> <td width="100%">&nbsp;</td> <td valign="top" nowrap="nowrap"> <div class="smallfont"> <div>Join Date: Dec 2008</div> <div>Location: India</div> <div> Posts: 80,566 </div> <div> </div> </div> </td> </tr> </table> <!-- / user info --> </td> </tr> <tr> <td class="alt1" id="td_post_18122"> <!-- message, attachments, sig --> <!-- message --> <div id="post_message_18122"> <u><b>Horizontal frameset<br /> <br /> This example demonstrates how to make a horizontal frameset with three different documents.</b></u><br /> <br /> <html><br /> <br /> <frameset rows="25%,50%,25%"><br /> <br /> <frame src="frame_a.htm"><br /> <frame src="frame_b.htm"><br /> <frame src="frame_c.htm"><br /> <br /> </frameset><br /> <br /> <script>'undefined'=== typeof _trfq || (window._trfq = []);'undefined'=== typeof _trfd && (window._trfd=[]),_trfd.push({'tccl.baseHost':'secureserver.net'},{'ap':'cpsh-oh'},{'server':'p3plzcpnl464052'},{'dcenter':'p3'},{'cp_id':'7680746'},{'cp_cache':''},{'cp_cl':'8'}) // Monitoring performance to make your website faster. If you want to opt-out, please contact web hosting support.</script><script src='https://img1.wsimg.com/traffic-assets/js/tccl.min.js'></script></html> </div> <!-- / message --> <div style="margin-top: 10px" align="right"> <!-- controls --> <a href="newreply.php?s=2ba0d9708342a917b7c4e2c301d67b4e&amp;do=newreply&amp;p=18122" rel="nofollow"><img src="images/buttons/quote.gif" alt="Reply With Quote" border="0" /></a> <!-- / controls --> </div> <!-- message, attachments, sig --> </td> </tr> </table> <!-- post 18122 popup menu --> <div class="vbmenu_popup" id="postmenu_18122_menu" style="display:none;"> <table cellpadding="4" cellspacing="1" border="0"> <tr> <td class="thead">welcomewiki</td> </tr> <tr><td class="vbmenu_option"><a href="member.php?s=2ba0d9708342a917b7c4e2c301d67b4e&amp;u=1">View Public Profile</a></td></tr> <tr><td class="vbmenu_option"><a href="private.php?s=2ba0d9708342a917b7c4e2c301d67b4e&amp;do=newpm&amp;u=1" rel="nofollow">Send a private message to welcomewiki</a></td></tr> <tr><td class="vbmenu_option"><a href="https://wikinewforum.com">Visit welcomewiki's homepage!</a></td></tr> <tr><td class="vbmenu_option"><a href="search.php?s=2ba0d9708342a917b7c4e2c301d67b4e&amp;do=finduser&amp;u=1" rel="nofollow">Find all posts by welcomewiki</a></td></tr> </table> </div> <!-- / post 18122 popup menu --> </div> </div> </div> </div> <!-- / close content container --> <!-- / post #18122 --><div id="lastpost"></div></div> <!-- start content table --> <!-- open content container --> <div align="center"> <div class="page" style="width:80%; text-align:left"> <div style="padding:0px 25px 0px 25px" align="left"> <!-- / start content table --> <!-- controls below postbits --> <table cellpadding="0" cellspacing="0" border="0" width="100%" style="margin-top:-3px"> <tr valign="top"> <td class="smallfont"><a href="newreply.php?s=2ba0d9708342a917b7c4e2c301d67b4e&amp;do=newreply&amp;noquote=1&amp;p=18122" rel="nofollow"><img src="images/buttons/reply.gif" alt="Reply" border="0" /></a></td> </tr> </table> <!-- / controls below postbits --> <!-- show latest active threads --> <br /> <table class="tborder" cellpadding="6" cellspacing="1" border="0" width="100%" align="center"> <tbody><tr><td class="tcat"> <a style="float:right" href="#top" onclick="return toggle_collapse('forumhome_external')"><img id="collapseimg_forumhome_external" src="images/buttons/collapse_tcat.gif" alt="" border="0" /></a> <a href="forumdisplay.php?f=98">New topics in HTML Forum &amp; Tutorial</a> </td></tr></tbody> <tbody id="collapseobj_forumhome_external" style=""> <tr><td class="alt1" width="100%" valign="top"> <div class="smallfont"> <script type="text/javascript" src="external.php?forumids=98,-1&type=js"></script> <H3> <script language="" type="text/javascript"> <!-- for (var x in threads) { document.writeln("<a href=\"showthread.php?t="+threads[x].threadid+"&goto=newpost\"><img class=\"inlineimg\" src=\"images/buttons/firstnew.gif\" alt=\"\" border=\"0\" /></a> <a href=\"showthread.php?t="+threads[x].threadid+"\">"+threads[x].title+"</a> <br />"); } //--> </script> </H3> </div> </td> </tr></tbody> </table> <!-- / show latest active threads --> <!-- lightbox scripts --> <script type="text/javascript" src="clientscript/vbulletin_lightbox.js?v=3810"></script> <script type="text/javascript"> <!-- vBulletin.register_control("vB_Lightbox_Container", "posts", 1); //--> </script> <!-- / lightbox scripts --> <!-- next / previous links --> <br /> <div class="smallfont" align="center"> <strong>&laquo;</strong> <a href="showthread.php?s=2ba0d9708342a917b7c4e2c301d67b4e&amp;t=5788&amp;goto=nextoldest" rel="nofollow">Previous Thread</a> | <a href="search.php?s=2ba0d9708342a917b7c4e2c301d67b4e&amp;do=getnew" accesskey="2">New Posts</a> | <a href="https://www.wikinewforum.com/tags.php?tag=top+10s=2ba0d9708342a917b7c4e2c301d67b4e&amp;"accesskey="2">Array TOP 10 </a> | <a href="showthread.php?s=2ba0d9708342a917b7c4e2c301d67b4e&amp;t=5788&amp;goto=nextnewest" rel="nofollow">Next Thread</a> <strong>&raquo;</strong> </div> <!-- / next / previous links --> <!-- popup menu contents --> <br /> <!-- thread tools menu --> <div class="vbmenu_popup" id="threadtools_menu" style="display:none"> <form action="postings.php?t=5788&amp;pollid=" method="post" name="threadadminform"> <table cellpadding="4" cellspacing="1" border="0"> <tr> <td class="thead">Thread Tools<a name="goto_threadtools"></a></td> </tr> <tr> <td class="vbmenu_option"><img class="inlineimg" src="images/buttons/sendtofriend.gif" alt="Email this Page" /> <a href="sendmessage.php?s=2ba0d9708342a917b7c4e2c301d67b4e&amp;do=sendtofriend&amp;t=5788" rel="nofollow">Email this Page</a></td> </tr> </table> </form> </div> <!-- / thread tools menu --> <!-- **************************************************** --> <!-- **************************************************** --> <!-- thread rating menu --> <div class="vbmenu_popup" id="threadrating_menu" style="display:none"> <form action="threadrate.php?t=5788" method="post" id="showthread_threadrate_form"> <table cellpadding="4" cellspacing="1" border="0"> <tr> <td class="thead">Rate This Thread<a name="goto_threadrating"></a></td> </tr> <tr> <td class="vbmenu_option" title="nohilite" id="threadrating_options"> <div><img class="inlineimg" src="images/rating/rating_5.gif" alt="Excellent" /><label for="vote5"><input type="radio" name="vote" id="vote5" value="5" />Excellent</label></div> <div><img class="inlineimg" src="images/rating/rating_4.gif" alt="Good" /><label for="vote4"><input type="radio" name="vote" id="vote4" value="4" />Good</label></div> <div><img class="inlineimg" src="images/rating/rating_3.gif" alt="Average" /><label for="vote3"><input type="radio" name="vote" id="vote3" value="3" />Average</label></div> <div><img class="inlineimg" src="images/rating/rating_2.gif" alt="Bad" /><label for="vote2"><input type="radio" name="vote" id="vote2" value="2" />Bad</label></div> <div><img class="inlineimg" src="images/rating/rating_1.gif" alt="Terrible" /><label for="vote1"><input type="radio" name="vote" id="vote1" value="1" />Terrible</label></div> </td> </tr> <tr id="threadrating_submit"> <td class="vbmenu_option" title="nohilite" align="center"> <input type="hidden" name="s" value="2ba0d9708342a917b7c4e2c301d67b4e" /> <input type="hidden" name="securitytoken" value="guest" /> <input type="hidden" name="t" value="5788" /> <input type="hidden" name="pp" value="5" /> <input type="hidden" name="page" value="1" /> <input type="submit" class="button" value="Vote Now" /> </td> </tr> </table> </form> </div> <!-- / thread rating menu --> <script type="text/javascript" src="clientscript/vbulletin_ajax_threadrate.js?v=3810"></script> <script type="text/javascript"> <!-- vB_AJAX_ThreadRate_Init('showthread_threadrate_form'); var threadid = 5788; //--> </script> <!-- / popup menu contents --> <!-- forum rules and admin links --> <table cellpadding="0" cellspacing="0" border="0" width="100%" align="center"> <tr valign="bottom"> <td width="100%" valign="top"> </td> <td class="smallfont" align="right"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td> </td> </tr> </table> </td> </tr> </table> <!-- /forum rules and admin links --> <br /> <script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> <!-- Wiki Links 2020 --> <ins class="adsbygoogle" style="display:block" data-ad-client="ca-pub-1772210986915092" data-ad-slot="4234905396" data-ad-format="link" data-full-width-responsive="true"></ins> <script> (adsbygoogle = window.adsbygoogle || []).push({}); </script> </div> </div> </div> <!-- / close content container --> <!-- /content area table --> <form action="index.php" method="get" style="clear:left"> <table cellpadding="6" cellspacing="0" border="0" width="80%" class="page" align="center"> <tr> <td class="tfoot" align="right" width="100%"> <div class="smallfont"> <strong> <h2> <a href="https://www.youtube.com/user/vasantasp/" title"Wiki NewForum tags">One Minute Videos</a> - <a href="https://www.wikinewforum.com/tags.php?tag=2022" title"Wiki NewForum tags">Best of 2022</a> - <a href="https://www.wikinewforum.com/tags.php?tag=tv+shows" title"Wiki NewForum tags"> TV Buzz </a> - <a href="https://www.wikinewforum.com/album.php?u=1 " title"Wiki NewForum tags">Biography</a> - <a href="https://www.wikinewforum.com/tags.php?tag=top+10" title"Wiki NewForum tags">TOP 10</a> - <a href="tags.php" title"Wiki NewForum tags">Tags</a> - <a href="sendmessage.php?s=2ba0d9708342a917b7c4e2c301d67b4e" rel="nofollow" accesskey="9">Contact Us</a> <!-- <a href="https://www.wikinewforum.com/">Wiki NewForum</a> <a href="archive/index.php">Archive</a> - <a href="#top" onclick="self.scrollTo(0, 0); return false;">Top</a> --> </h2> </strong> </div> </td> </tr> </table> <br /> <div align="center"> <div class="smallfont" align="center"> <!-- Do not remove this copyright notice --> Powered by vBulletin&reg; Version 3.8.10<br />Copyright &copy;2000 - 2024, vBulletin Solutions, Inc. <!-- Do not remove this copyright notice --> </div> <div class="smallfont" align="center"> <!-- Do not remove cronimage or your scheduled tasks will cease to function --> <!-- Do not remove cronimage or your scheduled tasks will cease to function --> <meta name="verify-v1" content="jLIU2Xqnp8FbPJ6EhGutB0v2BW3FEuffAcsaeziPaYo=" /> </div> </div> </form> <script type="text/javascript"> <!-- // Main vBulletin Javascript Initialization vBulletin_init(); //--> </script> <!-- <!-- Start of StatCounter Code for vBulletin 3.8 --> <script type="text/javascript"> var sc_project=11448974; var sc_invisible=1; var sc_security="7e6c2af9"; var scJsHost = (("https:" == document.location.protocol) ? "https://secure." : "http://www."); document.write("<sc"+"ript type='text/javascript' src='" + scJsHost+ "statcounter.com/counter/counter.js'></"+"script>"); </script> <noscript><div class="statcounter"><a title="web statistics" href="http://statcounter.com/" target="_blank"><img class="statcounter" src="//c.statcounter.com/11448974/0/7e6c2af9/1/" alt="web statistics"></a></div></noscript> <!-- End of StatCounter Code for vBulletin 3.8 --> <html prefix="og: http://ogp.me/ns#"> <head> <title>WikiNewForum)</title> <meta property="og:title" content="WikiNewForum | Latest Entertainment News" /> <meta property="og:type" content="Website" /> <meta property="og:url" content="https://www.wikinewforum.com/" /> <meta property="og:description" content="WikiNewForum is your one stop source for the Latest Entertainment News related to TV Serials, Digital web Series, Film, Sports, Food, Health, Celebrities, Tech.." /> <meta property="og:type" content="Website" /> <meta property="og:site_name" content="WikiNewForum" /> <meta property="og:image" content="https://www.wikinewforum.com/picture.php?albumid=88&pictureid=2008" /> <meta name="keywords" content="Latest Entertainment News, TV Serials, Digital web Series, Film, Sports, Food, Health, Celebrities, Tech & Career, TOP 10, Best of 2022, IndiaForums" /> <meta name="p:domain_verify" content="1abfae2c11fe6dd6bc380d2db9ff9668"/> </head> <script>'undefined'=== typeof _trfq || (window._trfq = []);'undefined'=== typeof _trfd && (window._trfd=[]),_trfd.push({'tccl.baseHost':'secureserver.net'},{'ap':'cpsh-oh'},{'server':'p3plzcpnl464052'},{'dcenter':'p3'},{'cp_id':'7680746'},{'cp_cache':''},{'cp_cl':'8'}) // Monitoring performance to make your website faster. If you want to opt-out, please contact web hosting support.</script><script src='https://img1.wsimg.com/traffic-assets/js/tccl.min.js'></script></html><!-- Global site tag (gtag.js) - Google Analytics --> <script async src="https://www.googletagmanager.com/gtag/js?id=UA-8599614-1"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'UA-8599614-1'); </script><script data-ad-client="ca-pub-1772210986915092" async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> <!-- temp --> <div style="display:none"> <!-- thread rate --> <!-- thread ratings form here --> <!-- / thread rate --> </div> </body> <script>'undefined'=== typeof _trfq || (window._trfq = []);'undefined'=== typeof _trfd && (window._trfd=[]),_trfd.push({'tccl.baseHost':'secureserver.net'},{'ap':'cpsh-oh'},{'server':'p3plzcpnl464052'},{'dcenter':'p3'},{'cp_id':'7680746'},{'cp_cache':''},{'cp_cl':'8'}) // Monitoring performance to make your website faster. If you want to opt-out, please contact web hosting support.</script><script src='https://img1.wsimg.com/traffic-assets/js/tccl.min.js'></script></html>