You need to sign in to do that
Don't have an account?
veeru417
Java script is not working in Visualforce page?
We have created a page which we used to display a dashboard on home page component.Whenever we click on that dashboard it will open related report.Earlier it used to work now it's not working.Below is the VF code.Attached a screenshot for the error which I see when I do inspect element.Can some one help me what's the issue.
<apex:page showHeader="false" sidebar="false"> <apex:outputPanel > <script> location.href="/01Zd0000000m6TR?isdtp=vw"; </script> </apex:outputPanel> </apex:page>
try above code
I think its problem with iFrame, trying using below code
Hope this helps,
--
Regards,
Swayam
@Salesforceguy