Guest User

Untitled

a guest
Jan 22nd, 2018
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. function onRcu(e) {
  2. switch (e.keyName) {
  3. case iAppLib.keys.OK:
  4. switch(pagina){
  5. case "menuWebkit":
  6. escolheControle(contMenu);
  7. window.location="marcaWebkit.htm?contMenu=0 marca=todasAsmarcas[controle] controle=c index=0";
  8. console.log("OKAY");
  9. //top.main.escolheControle(contMenu);
  10. break;
  11. }
  12. break;
  13. }
Add Comment
Please, Sign In to add comment