Code: Select all
html + "<script language = 'vbscript'>" + #CR$
html + "sub document_onContextmenu()" + #CR$
html + " Window.event.returnValue = false" + #CR$
html + "end sub" + #CR$
html + "</script>" + #CR$
Code: Select all
html + "<body oncontextmenu = 'return false;'>" + #CR$

Edit: I use the webgadget as the main UI for my apps, so disabling the context menu, or creating them myself is
a necessity
