Li Jun
2022-03-31 1b8c8764c39fc546ca1b85ff1810ae51be74331c
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>