× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



Here is another solution:

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">

<html>
<head>
<script language="JavaScript">
function launch()
{
parent.opener = top;
window.open ("Solution.html","new_window","location=0");
parent.close()
}
function trapMe() {
var k = window.event.keyCode;
if (window.event && (k > 112 && k <123)) {
window.event.keyCode = 8;
alert("you hit a function key: " + k);
}
}
function getF1() {
var k = window.event.keyCode;
window.event.cancelBubble = true;
event.returnValue = false;
alert("you hit F1");
}
</script>
</head>
<body onload="launch"; bgColor=#ffddaa ;forecolor=#aaddbb; onhelp="getF1();" 
onkeydown="trapMe();">
<h1>Solved</H1>
</body>

</html>

 -----Original Message-----
From:   Anton Gombkötö [mailto:gombkoetoe@xxxxxxxxxx] 
Sent:   Thursday, August 28, 2003 11:37 PM
To:     Web Enabling the AS400 / iSeries
Subject:        Re: [WEB400] Modify the IE Browser

> I agree that IE kiosk mode isn't really "useful" for public internet use, but
> for internal kiosk applications, web "presentations", etc., it is very nice.

Another use is for kids. I remembered that my kids use
http://www.toggolino.de which makes something similar, but somehow F11
is disabled. Due to Flash? I don't know. Perhaps someone on the lists
finds out. I know, it's german, but it's for kids, so what. ;-)

-- 
Mit freundlichen Grüssen / best regards

Anton Gombkötö
Organisation und Projektleitung

Avenum Technologie GmbH
Wien - Salzburg - Stuttgart
http://www.avenum.com



_______________________________________________
This is the Web Enabling the AS400 / iSeries (WEB400) mailing list
To post a message email: WEB400@xxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/web400
or email: WEB400-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at http://archive.midrange.com/web400.





As an Amazon Associate we earn from qualifying purchases.

This thread ...


Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.