Li Jun
2022-03-17 69dc5df6ec51f6f7f6737c61d9c4c1e7757a2b96
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<apex:page standardController="SolutionProjectRequirements__c" showHeader="false" sidebar="false">
<!-- Begin Default Content REMOVE THIS -->
<script type="text/javascript">
    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>