|
,
If anybody think they can make cross browser HTML without a lot of "non
standard code"
they have to think again, it is not possible.
RPG programmers making modernization in HTML ???, if we are talking
replacing 5250
apps forget it, people wants MS look and feel and Rich Internet
Eventdriven UI's that goes
far beyond what a single RPGLE programmer can ever do without using
Frameworks like
Google GWT or Ext JS.
That means server side JAVA or client side OOjavascript an a lots of
components that
is able to "talk" to each other and that again means global DOM event
management
in the browser
This is what a modern HTML body looks like:
<body>
<div id="grid-panel" class="x-grid-xxx"
style="border: 0px solid #c3daf9; overflow: hidden;
padding:0 0 0 0;"></div>
</body>
the rest is generated by java
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 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.