02-12-2021, 07:52 PM
IntraWeb by default uses UTF-8. Older Windows encodings are long ago not recommended in any web application and you should be using Unicode instead. You can easily convert them using Delphi, command line tools, or even Notepad++.
In the blank window, press Ctrl-Shift-J. Are any errors displayed? I suggest doing this in Chrome. Although I prefer Firefox myself, at least to me the debugger in Chrome is simpler to view things.
In the blank window, press Ctrl-Shift-J. Are any errors displayed? I suggest doing this in Chrome. Although I prefer Firefox myself, at least to me the debugger in Chrome is simpler to view things.

