Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Want simple JS demo
#8
(08-17-2019, 09:38 PM)Jose Nilton Pace Wrote: Hi Kristy, please, try this:
Code:
procedure TIWForm1.IWAppFormCreate(Sender: TObject);
begin
   Self.JavaScript.Add('document.addEventListener("DOMContentLoaded", function() {' + sLineBreak +
   'var d = new Date();' + sLineBreak +
   'var tn = d.getTimezoneOffset();' + sLineBreak +
   'document.getElementById("IWEDIT1").value = tn;' + sLineBreak +
   '});');
end;
I made a demo for you.
Thanks Jose, I just make a new project with indy, copy and paste your code only. Result is nothing show. I also having copy and paste problem while Delphi IDE loaded, and others. Today, I would try to reinstall Delphi in fresh. Hope would solve the unknown problem.Thanks for your help!A bit ask, is your code can return the IWedit1.text value to back-end variable ?
Reply


Messages In This Thread
Want simple JS demo - by Kristy - 08-16-2019, 06:54 AM
RE: Want simple JS demo - by Kristy - 08-16-2019, 08:50 AM
RE: Want simple JS demo - by Jose Nilton Pace - 08-16-2019, 11:17 AM
RE: Want simple JS demo - by kudzu - 08-16-2019, 12:22 PM
RE: Want simple JS demo - by Kristy - 08-16-2019, 01:25 PM
RE: Want simple JS demo - by Kristy - 08-17-2019, 03:53 AM
RE: Want simple JS demo - by Jose Nilton Pace - 08-17-2019, 09:38 PM
RE: Want simple JS demo - by Kristy - 08-18-2019, 01:17 AM
RE: Want simple JS demo - by Kristy - 08-18-2019, 06:28 AM
RE: Want simple JS demo - by DanBarclay - 08-18-2019, 06:55 AM
RE: Want simple JS demo - by Kristy - 08-18-2019, 07:47 AM
RE: Want simple JS demo - by Alexandre Machado - 08-18-2019, 09:45 PM
RE: Want simple JS demo - by Kristy - 08-19-2019, 03:14 AM
RE: Want simple JS demo - by DanBarclay - 08-19-2019, 03:35 AM
RE: Want simple JS demo - by DanBarclay - 08-18-2019, 05:54 PM
RE: Want simple JS demo - by kudzu - 08-18-2019, 06:51 PM
RE: Want simple JS demo - by Alexandre Machado - 08-19-2019, 03:25 AM
RE: Want simple JS demo - by Kristy - 08-19-2019, 05:02 AM
RE: Want simple JS demo - by DanBarclay - 08-19-2019, 05:14 AM
RE: Want simple JS demo - by Kristy - 08-19-2019, 06:35 AM
RE: Want simple JS demo - by Alexandre Machado - 08-19-2019, 08:24 AM
RE: Want simple JS demo - by Kristy - 08-19-2019, 09:56 AM
RE: Want simple JS demo - by Alexandre Machado - 08-21-2019, 02:44 AM
RE: Want simple JS demo - by Kristy - 08-21-2019, 03:13 AM
RE: Want simple JS demo - by DanBarclay - 08-21-2019, 03:24 AM
RE: Want simple JS demo - by kudzu - 08-21-2019, 02:57 PM
RE: Want simple JS demo - by Kristy - 08-23-2019, 04:29 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)