cancel
Showing results for 
Search instead for 
Did you mean: 

MC9090 FKey HTML META Key Mapping

Former Member
0 Kudos

Hello All,

I've been trying to map the FKeys from the RF device to SAP in ITS and have had no success. The enter button works and all numerical keys work.  I've seen this issue raised in many forums, but haven't had any success implementing the suggestions.  Can anybody give me a detailed guide on how to map the META tags using the below:

Technology:

Symbol Technologies:  MC9090

53 Key Version

PocketBrowser3.1

HTML Template included in internet services template: DEVINCLUDE_SYMBOL3090

GUI Configuration:

~ITSMOBILEDEVICEINCLUDEDEVINCLUDE_SYMBOL3090

If not, does anybody know how to test these META tags in the foreground so I can see what the gun is entering?

Thanks,
Lane

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Just as I post this I get the solution.  Please implement the following change to DEVINCLUDE_SYMBOL3090 in order to use the 53 key MC9090:

(ignoring the starting "<!--" and finishing  "-->"


<!-- <META HTTP-Equiv="OnKey0x70" content="Javascript:setFKey('1');">

<META HTTP-Equiv="OnKey0x71" content="Javascript:setFKey('2');">

<META HTTP-Equiv="OnKey0x72" content="Javascript:setFKey('3');">

<META HTTP-Equiv="OnKey0x73" content="Javascript:setFKey('4');">

<META HTTP-Equiv="OnKey0x74" content="Javascript:setFKey('5');">

<META HTTP-Equiv="OnKey0x75" content="Javascript:setFKey('6');">

<META HTTP-Equiv="OnKey0x76" content="Javascript:setFKey('7');">

<META HTTP-Equiv="OnKey0x77" content="Javascript:setFKey('8');">

<META HTTP-Equiv="OnKey0x78" content="Javascript:setFKey('9');">

<META HTTP-Equiv="OnKey0x79" content="Javascript:setFKey('10');"> -->


former_member194364
Active Contributor
0 Kudos

Hello Lane,

thanks for sharing. For others following this thread the following WIKI from Cristiano Hansen might also be of interest

How to obtain the function key values for ITSmobile applications

Regards,

Oisín O Nidh

ITS SCN Moderator

Answers (1)

Answers (1)

Former Member
0 Kudos

This message was moderated.