×

Good News Everybody!

A new search engine is coming soon.

As a stop gap measure, we are using Google's custom search engine service.




don't be sorry, we all use this groups to get answers

i've no access to any other browser than IE where I work this month
but I think this will work:

declare a function onload:
function onload() {
 cbt('E', "Enter/OK");
 cbt('U', "Earlier");
 }

if you have acces to the body tag add
<body onload="onload()">

else add (after the declaration of the function)
document.body.onload = onload;
if this does not work, check you did not type onLoad instead of onload
the second onload is written with no braces, because it's a function
reference, not a function call like in the first solution

nicolas





As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:
Replies:

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

This mailing list archive is Copyright 1997-2026 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.