高章伟
2022-03-18 4bfe21c4b5ddc089ae5a95f4b10f6cff148b690d
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<apex:page >
<apex:includeScript value="{!URLFOR($Resource.jquery183minjs)}"/>
<apex:includeScript value="{!URLFOR($Resource.PleaseWaitDialog)}"/>
<apex:includeScript value="{!URLFOR($Resource.instascan)}"/>
<apex:stylesheet value="{!URLFOR($Resource.jquery_confirm, 'jquery-confirm.min.css')}"/>
<apex:includeScript value="{!URLFOR($Resource.jquery_confirm, 'jquery-confirm.min.js')}"/>
<apex:includeScript value="/soap/ajax/46.0/connection.js"/>
<apex:includeScript value="/soap/ajax/46.0/apex.js"/>
<script type="text/javascript">
    function qrsacn() {
        window.location.href="sfqr://prompt?type=1";
    }
    // window.location.href="sfqr://prompt?type=1";
</script>
<div id="myModal1" >
    123131211221
    <a href="sfqr://prompt?type=1">cs</a>
</div>
<apex:form id="allForm">
    <apex:pageBlock id="searchBlock" tabStyle="Report">
        <apex:pageBlockButtons location="top">
            <apex:commandButton style="float:left;" onclick="qrsacn();" value="保存" rerender="allForm"  />
        </apex:pageBlockButtons>
    </apex:pageBlock>
</apex:form>
</apex:page>