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
SFDCCometSFDCComet 

Custom Activity Tab

To state the obvious first, I am not a developer. So any help is greatly appreciated. I need to turn an s-control into a visual force page:

 

S-control:

<html>
<script language="JavaScript">
function redirect() {
parent.frames.location.

replace("/home/actlist.jsp")
}
redirect();
</script>
</html>

 

I can copy and paste the s-control into the visualforce tab and it works, but I don't think that is the right way to go about this. Secondly, I would like the Activity tab that I have created to be highlighted when the user is on the activity page, it currently highlights the Home tab.

 

Thanks again to anyone that can help.

 

marketforcemarketforce

While this doesn't answer your question this might solve your problem.

 

There is a free app on the appexchange for activity tabs.

 

https://sites.secure.force.com/appexchange/listingDetail?listingId=a0N30000003GJFSEA4