Example #1
0
<?php

session_start();
include 'WebClientPrint.php';
//use Neodynamic\SDK\Web\WebClientPrint;
?>
<!DOCTYPE html>
<html>
    <head>
        <title>Detecting WebClientPrint Processor...</title>
        
        <?php 
//Add WCPP Detection Metatag for supporting IE
echo WebClientPrint::getWcppDetectionMetaTag();
?>
        
        <style>
        body{font: 13px 'Segoe UI', Tahoma, Arial, Helvetica, sans-serif;}        
        </style>
    
    </head>
    <body>
        <div id="msgInProgress">
            <div id="mySpinner" style="width:32px;height:32px"></div>
            <br />
            Detecting WCPP utility at client side... 
            <br />
            Please wait a few seconds...
            <br />
        </div>
        <div id="msgInstallWCPP" style="display:none;">