53 lines
2.0 KiB
HTML
53 lines
2.0 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>QuickBooks POS Help - PromptTech Solution</title>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=5.0, user-scalable=yes">
|
|
<meta name="description" content="QuickBooks POS 2019 Desktop Help Documentation by PromptTech Solution">
|
|
<meta name="theme-color" content="#4a90e2">
|
|
<script type="text/javascript">
|
|
// Enhanced mobile/tablet detection with error handling
|
|
(function() {
|
|
'use strict';
|
|
|
|
function isMobileDevice() {
|
|
try {
|
|
var userAgent = navigator.userAgent || navigator.vendor || window.opera;
|
|
// Check user agent for mobile devices
|
|
if (/android|webos|iphone|ipad|ipod|blackberry|iemobile|opera mini/i.test(userAgent.toLowerCase())) {
|
|
return true;
|
|
}
|
|
// Check screen width (below 1025px is considered mobile/tablet)
|
|
if (window.innerWidth <= 1024) {
|
|
return true;
|
|
}
|
|
// Check touch capability
|
|
if ('ontouchstart' in window || navigator.maxTouchPoints > 0) {
|
|
return true;
|
|
}
|
|
return false;
|
|
} catch (e) {
|
|
// Fallback to desktop view if detection fails
|
|
return false;
|
|
}
|
|
}
|
|
|
|
// Redirect mobile devices to single-page view
|
|
if (isMobileDevice()) {
|
|
window.location.href = 'POS_Help/___left.htm';
|
|
}
|
|
})();
|
|
</script>
|
|
</head>
|
|
<frameset border="4" cols="550, *" title="QuickBooks POS Help Navigation">
|
|
<frame name="left" title="Navigation Menu" marginwidth="10" marginheight="8" src="POS_Help/___left.htm" scrolling="auto">
|
|
<frame name="body" title="Help Content" marginwidth="40" marginheight="20" src="POS_Help/qbpos_basic_procedures/basic_welcome.htm" scrolling="auto">
|
|
<noframes>
|
|
<body>
|
|
<h1>QuickBooks POS Help</h1>
|
|
<p>Your browser does not support frames. Please <a href="POS_Help/___left.htm">click here</a> to view the documentation.</p>
|
|
</body>
|
|
</noframes>
|
|
</frameset>
|
|
</html> |