function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Prashanth Kumar Singh Poorna SinghPrashanth Kumar Singh Poorna Singh 

Help in Converting HTML Area Custom Home page Component to Visualforce Area Home page Component

Hello,

As you all know, From Summer '15 - End of Support for JavaScript, iFrames, CSS, and Other Advanced Markup in HTML Area Home Page Components. 
https://help.salesforce.com/apex/HTViewSolution?urlname=Summer-15-End-of-Support-for-JavaScript-iFrames-CSS-and-Other-Advanced-Markup-in-HTML-Area-Home-Page-Components&language=en_US

I have couple of Custome home page components of HTML Area Type and I have to convert it to Visualforce Area. To do this I need to create a VF page and replace the below code in VF page. Can any open help me to convert the bellow code to VF page, Please?


<?xml version="1.0" encoding="UTF-8"?>
<HomePageComponent xmlns="http://soap.sforce.com/2006/04/metadata">
    <body>&lt;br&gt;&lt;meta http-equiv=&quot;Refresh&quot; content=&quot;0;URL=/apex/PortalHomePage2&quot;&gt;&lt;script type=&quot;text/javascript&quot;&gt;&lt;!--function redirect () { setTimeout(&quot;go_now()&quot;,10000); }function go_now ()   { window.location.href = &quot;/apex/PortalHomePage2&quot;; }//--&gt;&lt;/script&gt;</body>
    <pageComponentType>htmlArea</pageComponentType>
    <width>wide</width>
</HomePageComponent>

It will be really help ful if I get any guideness on this. 
Andy BoettcherAndy Boettcher
What exactly are you trying to do with this page?