| | |
| | | <apex:page standardController="SolutionProjectRequirements__c" showHeader="false" sidebar="false"> |
| | | <apex:page standardController="SolutionProjectRequirements__c" showHeader="false" sidebar="false" lightningStylesheets="true"> |
| | | <!-- Begin Default Content REMOVE THIS --> |
| | | <script type="text/javascript"> |
| | | function init() { |
| | | function init() { |
| | | // url 路径 |
| | | var str = '/a3k/e?Name=*&nooverride=1'; |
| | | |
| | | |
| | | // 跳转页面 |
| | | window.open(str,'_self'); |
| | | } |
| | | |
| | | |
| | | </script> |
| | | |
| | | <body onload="init()"> |
| | | |
| | | |
| | | </body> |
| | | <!-- End Default Content REMOVE THIS --> |
| | | </apex:page> |
| | | </apex:page> |