Subj : RE: Mobile Device Support
To   : All
From : JOHN KIDWELL
Date : Thu Jan 31 2019 07:12 pm

Date: Fri, 01 Dec 2017 11:05:54 -0500
From: JOHN KIDWELL
To: JOHN GUILLORY
Subject: RE: Mobile Device Support
Newsgroups: win.server.program
Message-ID: <[email protected]>
References:  <[email protected]>
X-Mailer: Wildcat! Interactive Net Server v7.0.454.5
Lines: 44

On 3/11/2017 3:54 PM, JOHN GUILLORY wrote to All:

-> -> I did this in the several pages:
->
-> -> @IF BROWSER.PLATFORM = "iphone"@
-> -> <meta charset="utf-8" />
-> -> <meta name="viewport" content="width=device-width, initial-scale=1" />
-> -> @ENDIF@
->
-> ->   http://beta.winserver.com/public/UserBrowserStatus.wct
->
-> Mozilla/5.0 (Linux; Android 6.0; HTC One A9 Build/MRA58k) Apple
-> Webkit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Mobile
-> Safari/537.36
->
-> Special Safari/Chrome Macro Testing
-> browser.safari = true
-> browser.chrome = true
-> browser.firefox = false
-> browser.iphone = false
-> browser.facebook = false
-> browser.fblc = false
-> browser.ipad = false
->
I did the following a long time ago, maybe it can help:
<script language="JavaScript">
<!--

var message="";
///////////////////////////////////
function clickIE() {if (document.all) {(message);return false;}}
function clickNS(e) {if
(document.layers||(document.getElementById&&!document.all)) {
if (e.which==2||e.which==3) {(message);return false;}}}
if (document.layers)
{document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}

document.oncontextmenu=new Function("return false")
// -->
</script>
</head>

John Kidwell
--- Platinum Xpress/Win/WINServer v3.1
* Origin: Prison Board BBS Mesquite Tx  //telnet.RDFIG.NET www. (1:124/5013)