tags.
// currentMenu = selMenu;
// var obj = getStyleObj(selMenu);
// obj.backgroundColor =”#666666″;
}
function showHelp(theURL) {
theURL = ‘/Help/’+theURL+’.htm’;
var newWindow = window.open(theURL,’Help’,’width=300,height=400,scrollbars,resizable’);
}
function addToPort(SessionID,Sequence,objID) {
document.theForm.objID.value = objID;
suffix = “?sid=”+SessionID + “&x=” + Sequence;
var portWind = window.open(“/Kiosk/ChoosePort.htm”+suffix,”ChoosePort”,”height=150,width=300″)
}
function addIDs() {
document.theForm.action = document.theForm.action+document.theForm.portID.value+”*”+document.theForm.objID.value+suffix;
document.theForm.submit();
}
$(document).ready( function() {
$( “#accordion” ).accordion({
collapsible: true,
header: ‘.other-info’,
heightStyle: “content”,
active: false
});
} );
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Disable context menu on images by GreenLava (BloggerSentral.com)
Version 1.0
You are free to copy and share this code but please do not remove this credit notice.
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* (remove this line to enable)
function nocontext(e) {
var clickedTag = (e==null) ? event.srcElement.tagName : e.target.tagName;
if (clickedTag == “IMG”) {
alert(alertMsg);
return false;
}
}
var alertMsg = “Image context menu is disabled”;
document.oncontextmenu = nocontext;
//–>
(remove this line to enable */
Skip to Content
EmbARK Web Kiosk
You do not have permission to view this page.