游畅
2022-04-08 4a7614e1604fa977c2883d6c0a9aae0d99f23e00
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>